49int16_t strpool_add_string(
char* strpool,
char*
string, int16_t string_sz );
51const char* strpool_get(
const char* strpool, int16_t idx, int16_t* sz_out );
int16_t strpool_get_sz(const char *str_in)
Get the size of a string pool or contained string.
Definition: strpool.c:4
void strpool_init(char *strpool, int16_t strpool_sz)
Prepare a string pool for use.
Definition: strpool.c:14