maug
Quick and dirty C mini-augmentation library.
|
Macros | |
#define | MLISP_NUM_TYPE_TABLE(f) |
Table of numeric types. | |
#define | MLISP_TYPE_TABLE(f) |
Table of other types. | |
#define MLISP_NUM_TYPE_TABLE | ( | f | ) |
Table of numeric types.
These are carved out because they can usually be handled in a similar way.
#define MLISP_TYPE_TABLE | ( | f | ) |
Table of other types.
These are special cases that must usually be handled manually.