Integer to generic type map. More...
#include <errno.h>#include <malloc.h>#include <mem.h>#include <unistd.h>
Defines | |
| #define | INT_MAP_MAGIC_VALUE 0x11223344 |
| Internal magic value for a map consistency check. | |
| #define | INT_MAP_ITEM_MAGIC_VALUE 0x55667788 |
| Internal magic value for an item consistency check. | |
| #define | INT_MAP_DECLARE(name, type) |
| Integer to generic type map declaration. | |
| #define | INT_MAP_IMPLEMENT(name, type) |
| Integer to generic type map implementation. | |
Integer to generic type map.
1.6.1