#include <str.h>
Data Fields | |
char * | s |
unsigned | len |
unsigned | size |
{0,0,0}
.
|
The length of the string data inside the above block. May be used directly by programs, but should not be assigned a non-zero value. |
|
The pointer to the allocated data.
This string will always be terminated with a |
|
The size of the above block.
|