allocate(3) LPC Library Functions allocate(3)
NNAAMMEE
allocate() - allocate an array
SSYYNNOOPPSSIISS
mixed *allocate( int size );
DDEESSCCRRIIPPTTIIOONN
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.
SSEEEE AALLSSOO
sizeof(3), allocate_mapping(3)
MudOS 5 Sep 1994 1