AString
0.2
A Lightweight C Language String Library
|
The Main Struct. 更多...
#include <astring.h>
数据成员 | |
auchar | flag |
volatile aboolean | lock |
asize | len |
asize | allocated_len |
char * | str |
The Main Struct.
The AString struct contains the public fields of a AString.
contains the length of the string.
char* str |
points to the character data.