dgd/
dgd/doc/net/
dgd/src/host/unix/
dgd/src/host/win32/res/
dgd/src/lpc/
dgd/src/parser/
NAME
	allocate_int - allocate an array of integers

SYNOPSIS
	int *allocate_int(int size)


DESCRIPTION
	Allocate an array with size elements.  All elements are initialized
	to 0.  The new array is returned.

ERRORS
	If the specified array size is smaller than zero or larger than
	status()[ST_ARRAYSIZE], with ST_ARRAYSIZE defined in the include file
	<status.h>, an error will result.

SEE ALSO
	kfun/allocate, kfun/allocate_float, kfun/sizeof