#include <unistd.h>
#include <errno.h>
#include <adt/char_map.h>
#include <adt/generic_field.h>
Go to the source code of this file.
Defines | |
| #define | DTOR_T(identifier) void (*identifier)(const void *) |
| Generic destructor function pointer. | |
| #define | GENERIC_CHAR_MAP_DECLARE(name, type) |
| Character string to generic type map declaration. | |
| #define | GENERIC_CHAR_MAP_IMPLEMENT(name, type) |
| Character string to generic type map implementation. | |
| #define | GENERIC_CHAR_MAP_MAGIC_VALUE 0x12345622 |
| Internal magic value for a map consistency check. | |
Definition in file generic_char_map.h.
1.4.7