Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

wbxml_mem.c File Reference

Memory Functions. More...

#include <string.h>
#include "wbxml.h"

Include dependency graph for wbxml_mem.c:

Include dependency graph

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.


Detailed Description

Memory Functions.

Author:
Aymerick Jéhanne <libwbxml@jehanne.org>
Date:
02/11/24

Definition in file wbxml_mem.c.


Generated on Mon Nov 24 20:09:45 2003 for WBXML Library by doxygen1.3-rc1