Go to the source code of this file.
Typedefs | |
| typedef struct aa_data_st * | aa_handle |
Functions | |
| aa_handle | aa_initialize (char **, long *, long *, int, int, int, int, void(*)(int, char *, int, char *), int, char *) |
| void * | aa_alloc (aa_handle, long) |
| void | aa_discard (aa_handle) |
| typedef struct aa_data_st* aa_handle |
Definition at line 70 of file array_alloc.h.
| void* aa_alloc | ( | aa_handle | , | |
| long | ||||
| ) |
| void aa_discard | ( | aa_handle | ) |
| aa_handle aa_initialize | ( | char ** | , | |
| long * | , | |||
| long * | , | |||
| int | , | |||
| int | , | |||
| int | , | |||
| int | , | |||
| void(*)(int, char *, int, char *) | , | |||
| int | , | |||
| char * | ||||
| ) |
1.7.1