#include <dstring.h>
Data Fields | |
| char * | string |
| int | length |
| int | spaceAvl |
| char | staticSpace [ASC_DSTRING_STATIC_SIZE] |
| char* Asc_DString::string |
Points to beginning of string: either staticSpace below or a malloc'ed array.
Number of non-NULL characters in the string.
Total number of bytes available for the string and its terminating NULL char.
| char Asc_DString::staticSpace[ASC_DSTRING_STATIC_SIZE] |
Space to use in common case where string is small.
1.5.1