79 cprintf (
"error: Out of memory in array_new\n");
84 for (x = 0; x < num; x++)
104 2) *
sizeof (
char *) +
107 cprintf (
"error: Out of memory in array_push\n");
ARRAY array_push(ARRAY array, void *value)
ARRAY array_insert(ARRAY array, int index, void *value)
struct array_record * ARRAY
int * memrealloc(void *ptr, int size, int oldsize)
#define array_value(a, i)
void cprintf(const char *format,...)