#include <str.h>
Data Fields | |
| char * | s |
| The pointer to the allocated data. More... | |
| unsigned | len |
| The length of the string data inside the above block. More... | |
| unsigned | size |
| The size of the above block. | |
{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 |
1.2.14 written by Dimitri van Heesch,
© 1997-2002