This graph shows which files directly or indirectly include this file:
Data Structures | |
struct | listArray_t |
Typedefs | |
typedef int(*) | matchFunction (void *m1, void *m2) |
Functions | |
void | initListArray (struct listArray_t *l, int inc, int size) |
int | addListArrayElement (struct listArray_t *l, void *element) |
int | delListArrayElement (struct listArray_t *l, int i) |
void * | getListArrayElementPointer (struct listArray_t *l, int i) |
void | freeListArray (struct listArray_t *l) |
int | getListArrayNumberOfElements (struct listArray_t *l) |
int | findListArrayElement (struct listArray_t *l, matchFunction match, void *matchData) |