Typedefs | |
typedef unsigned long | XaintType |
typedef unsigned char | XaintChar |
typedef unsigned long | XaintBool |
typedef unsigned long | XaintNum |
typedef unsigned long | XaintErr |
typedef void * | XaintUnknown |
Functions | |
XAINT_API void * | Xaint_malloc (XaintNum size) |
XAINT_API void * | Xaint_realloc (void *ptr, XaintNum size) |
XAINT_API void | Xaint_free (void *ptr) |
|
a boolean value |
|
8-bit type defining (all or a part of) a UTF8 character. |
|
Parsing error codes |
|
a 32-bit unsigned integer. |
|
a data type |
|
Raw data pointer |
|
Frees memory that was allocated by Xaint_malloc or Xaint_realloc
|
|
Allocates memory
|
|
Reallocates memory
|