|
maug
Quick and dirty C mini-augmentation library.
|

Macros | |
| #define | MLISP_NUM_TYPE_TABLE(f) |
| Table of numeric types. More... | |
| #define | MLISP_TYPE_TABLE(f) |
| Table of other types. More... | |
| #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.