Go to the source code of this file.
|
#define | maug_malloc(nmemb, sz) |
|
#define | maug_mrealloc(handle, nmemb, sz) |
|
#define | maug_mzero(ptr, sz) |
| Zero the block of memory pointed to by ptr.
|
|
#define | maug_mcpy(ptr_dest, ptr_src, sz) |
|
#define | maug_mfree(handle) |
|
#define | maug_mlock(handle, ptr) |
|
#define | maug_munlock(handle, ptr) |
|
#define | maug_strncpy(dest, src, len) |
|
#define | maug_strlen(str) |
|
#define | maug_mrealloc_test(new_handle, handle, nmemb, sz) |
|
|
typedef void * | MAUG_MHANDLE |
|
|
char * | maug_strchr (const char *str, char c) |
|
char * | maug_strrchr (const char *str, char c) |
|