#include <errno.h>
#include <malloc.h>
#include <mem.h>
#include <unistd.h>
Go to the source code of this file.
Defines | |
| #define | DTOR_T(identifier) void (*identifier)(const void *) |
| Generic destructor function pointer. | |
| #define | INT_MAP_DECLARE(name, type) |
| Integer to generic type map declaration. | |
| #define | INT_MAP_IMPLEMENT(name, type) |
| Integer to generic type map implementation. | |
| #define | INT_MAP_ITEM_MAGIC_VALUE 0x55667788 |
| Internal magic value for an item consistency check. | |
| #define | INT_MAP_MAGIC_VALUE 0x11223344 |
| Internal magic value for a map consistency check. | |
Definition in file int_map.h.
1.4.7