ARRrealloc
Synopsis
void * ARRrealloc (void *array_pointer, int type,
size_t number_of_elements, NULL)Description
Change the array specified by array_pointer to use the size and data type given the by number_of_elements and type arguments. Returns NULL and prints out a error message if the array is not being managed by the ARR package.Arguments
array_pointertypen integer code specifying the array's data type. AVS/Express provides the following symbolic constants, defined in <avs/dtype.h>:
number_of_elementsExamples
none.See Also