
allocate(3)            C LIBRARY FUNCTIONS            allocate(3)

NAME
     allocate() - allocate an array

SYNOPSIS
     mixed *allocate( int size );

DESCRIPTION
     Allocate an array of <size> elements.  The  number  of  ele-
     ments  must  be  >=  0  and not bigger than a system maximum
     (usually ~10000).  All elements are initialized to 0.

SEE ALSO
     sizeof(3)

Sun Release 4.1           Last change:                          1

