     allocate(3)            MudOS (5 Sep 1994)             allocate(3)
     NAME
          allocate() - allocate an array
     SYNOPSIS
          mixed *allocate( int size );
     DESCRIPTION
          Allocate an array of <size> elements.  The number of
          elements must be >= 0 and not bigger than a system maximum
          (usually ~10000).  All elements are initialized to 0.
     SEE ALSO
          sizeof(3), allocate_mapping(3)
     Page 1                                          (printed 3/16/95)
