
allocate_buffer(3)    LPC Library Functions    allocate_buffer(3)

NNAAMMEE
       allocate_buffer() - allocate a buffer

SSYYNNOOPPSSIISS
       buffer allocate_buffer( int size );

DDEESSCCRRIIPPTTIIOONN
       Allocate  a buffer 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
       bufferp(3),  read_buffer(3),  write_buffer(3),  sizeof(3),
       to_int(3)

AAUUTTHHOORR
       Truilkan

MudOS                       5 Sep 1994                          1

