#include <string.h>
#include "wbxml.h"
Include dependency graph for wbxml_mem.c:

Go to the source code of this file.
Functions | |
| void * | wbxml_malloc (size_t size) |
| Alloc a Memory Block. | |
| void | wbxml_free (void *memblock) |
| Free a Memory Block. | |
| void * | wbxml_realloc (void *memblock, size_t size) |
| Realloc a Memory Block. | |
| char * | wbxml_strdup (const char *str) |
| Duplicate a C String. | |
Definition in file wbxml_mem.c.
1.3-rc1