![]() |
dsekai
World engine for retrocomputers.
|
Flexible storage for strings in small spaces. More...

Go to the source code of this file.
Functions | |
| int16_t | strpool_get_sz (const char *str_in) |
| Get the size of a string pool or contained string. | |
| void | strpool_init (char *strpool, int16_t strpool_sz) |
| Prepare a string pool for use. | |
| int16_t | strpool_add_string (char *strpool, char *string, int16_t string_sz) |
| const char * | strpool_get (const char *strpool, int16_t idx, int16_t *sz_out) |
Flexible storage for strings in small spaces.