|
maug
Quick and dirty C mini-augmentation library.
|
Vectors and tables for storing data. More...

Modules | |
| Data Memory Vectors | |
| Structure for storing a linear and compact array of values. | |
| Data Memory String Pools | |
| Structure for storing a compact group of mutable, variable-length character strings. | |
| Data Memory Tables | |
Files | |
| file | mdata.h |
Functions | |
| uint32_t | mdata_hash (const char *token, size_t token_sz) |
Vectors and tables for storing data.