|
dcrud
0.0.0
Distributed data and services
|
#include <stdlib.h>#include <stdint.h>#include <inttypes.h>

Go to the source code of this file.
Macros | |
| #define | false 0 |
| #define | true (!false) |
| #define | UTIL_CONCAT_(x, y) x ## y |
| #define | UTIL_CONCAT(x, y) UTIL_CONCAT_(x,y) |
| #define | UTIL_ADT(T) typedef struct UTIL_CONCAT(T,_s) { int unused; } * T |
| #define | UTIL_CAST(T, P) ((T)(P)) |
Typedefs | |
| typedef int | bool |
| typedef unsigned char | byte |
| #define UTIL_ADT | ( | T | ) | typedef struct UTIL_CONCAT(T,_s) { int unused; } * T |
| #define UTIL_CONCAT | ( | x, | |
| y | |||
| ) | UTIL_CONCAT_(x,y) |