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
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.