Data Structures | |
struct | str |
The basic string structure. More... | |
struct | str_sortentry |
This struct is used to serve in lists of pointers into a string for sorting. More... | |
Defines | |
#define | STR_BLOCKSIZE 16 |
Typedefs | |
typedef str | str |
typedef str_sortentry | str_sortentry |
str
functions is to pass the string being examined or modified as the first argument. For most functions, the return value will be 0
(false) if an error occurred (ie memory allocation failed) and non-zero (true) otherwise.
|
The block size in which string memory is allocated.
|
|
String structure typedef.
|
|
String sort entry typedef.
|