#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 | GENERIC_FIELD_DECLARE(name, type) |
| Generic type field declaration. | |
| #define | GENERIC_FIELD_IMPLEMENT(name, type) |
| Generic type field implementation. | |
| #define | GENERIC_FIELD_MAGIC_VALUE 0x55667788 |
| Internal magic value for a field consistency check. | |
Definition in file generic_field.h.
1.4.7