| 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 | 
| Macros | |
| #define | MDATA_TRACE_LVL 0 | 
| #define | MDATA_TABLE_KEY_SZ_MAX 8 | 
| #define | mdata_debug_printf(fmt, ...) | 
| #define | mdata_retval(idx) (0 > idx ? ((idx) * -1) : MERROR_OK) | 
| Functions | |
| uint32_t | mdata_hash (const char *token, size_t token_sz) | 
Vectors and tables for storing data.