ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 NAME
  2         allocate - allocate an array
  3 
  4 SYNOPSIS
  5         mixed *allocate(int size)
  6 
  7 
  8 DESCRIPTION
  9         Allocate an array with size elements.  All elements are initialized
 10         to nil.  The new array is returned.
 11 
 12 ERRORS
 13         If the specified array size is smaller than zero or larger than
 14         status()[ST_ARRAYSIZE], with ST_ARRAYSIZE defined in the include file
 15         <status.h>, an error will result.
 16 
 17 SEE ALSO
 18         kfun/allocate_int, kfun/allocate_float, kfun/sizeof

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.