#include <avis/defs.h>
Go to the source code of this file.
Data Structures | |
struct | Array |
A generic homogeneous, fixed length array of any type of item. More... | |
struct | ArrayList |
A variable-length array. More... | |
Functions | |
AVIS_PUBLIC void * | avis_memdup (const void *source, size_t length) |
Duplicate a block of memory a la strdup (). |
AVIS_PUBLIC void* avis_memdup | ( | const void * | source, | |
size_t | length | |||
) |
Duplicate a block of memory a la strdup ().