|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Classes | |
| struct | Array |
Functions | |
| Array * | array_new (int) |
| int | array_append (Array *a, char *data, int len) |
| int | array_len (Array *a) |
| char * | array_data (Array *a) |
| void | array_free (Array *a) |
| int | array_slot_delete (Array *a, int slot, int len) |