Definition:
array_header *ap_make_array(pool *p, int nelts, int elt_size);
Usage example:
No examples available.
Allocates enough memory to contain nelts elements of size elt_size. The array grows to contain the number of elements requested.
Returns a pointer to the new array.
Previous: ap_log_unixerr
Next: ap_make_dirstr
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)