libsapling
0.8.0
|
Useful common definitions for typed stuff. More...
Go to the source code of this file.
Typedefs | |
typedef node_t * | pnode_t |
Functions | |
int | int__compare (const void *a, const void *b) |
int | int__equals (const void *a, const void *b) |
void | int__print (FILE *stream, const void *data) |
int | char__compare (const void *a, const void *b) |
int | char__equals (const void *a, const void *b) |
void | char__print (FILE *stream, const void *data) |
void | string__print (FILE *stream, const void *data) |
int | dummy_cmp (UNUSED const void *a, UNUSED const void *b) |
Dummy comparator function (if you don't want to specify one it when using the IMPLEMENT_TYPED_X macro) | |
Useful common definitions for typed stuff.