dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
Functions
strpool.h File Reference

Flexible storage for strings in small spaces. More...

This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Flexible storage for strings in small spaces.