Generic type field. More...
#include <errno.h>
#include <malloc.h>
#include <mem.h>
#include <unistd.h>
Defines | |
#define | GENERIC_FIELD_MAGIC_VALUE 0x55667788 |
Internal magic value for a field consistency check. | |
#define | GENERIC_FIELD_DECLARE(name, type) |
Generic type field declaration. | |
#define | GENERIC_FIELD_IMPLEMENT(name, type) |
Generic type field implementation. |
Generic type field.