
allocate(3)           LPC Library Functions           allocate(3)

NNAAMMEE
       allocate() - allocate an array

SSYYNNOOPPSSIISS
       mixed *allocate( int size );

DDEESSCCRRIIPPTTIIOONN
       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.

SSEEEE AALLSSOO
       sizeof(3), allocate_mapping(3)

Majik                      26 Jul 1997                          1

