typedef builtin size_t;
int strftime(char *string, size_t maxSize, char *format, struct tm *timePtr);
Formats the time represented by the structure timeptr according to the formatting rules defined in format and stores it in str.
void* malloc(size_t size);
allocate memory from heap space
void* calloc(int numOfArray, size_t arrayElemSize);
allocate memory from heap space, and set all to 0, use in array creation
long xa_align_of(size_t size);
Get the size after align
void xa_start(xa_list &list, void *begin, size_t begin_size);
Start a iterator, point it to the first position of the var argument table
void xa_arg(xa_list &list, size_t size, void *copyto);
Get the next argument
size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream);
size_t fwrite(void *ptr, size_t size, size_t nmemb, FILE *stream);
size_t strcspn(char *s, char *charset);
Retrieve several consecutive characters at the beginning of the string s that do not contain the characters in the string charset
char* strncat(char *dest, char *src, size_t n);
Appends the string pointed to by src to the end of the string pointed to by dest until n characters long
size_t strspn(char *s, char *charset);
Retrieves the subscript of the first character in the string s that does not appear in the string charset
size_t strxfrm(char *dest, char *src, size_t n);
Convert the first n characters of the string src according to LC_COLLATE in the program's current locale options and place them in the string dest
size_t tree_json(AutoTree tree, char *writeTo, size_t writeToSize);
Transfer a Tree to JSON
size_t tree_arraylen(AutoTree tree);
If the node is an array, get the length of it
void TokenTypeName(TokenType type, char *name, size_t size);
void TokenTypeName(TokenType type, char *name, size_t size);
void TokenTypeName(TokenType type, char *name, size_t size);
void TokenTypeName(TokenType type, char *name, size_t size);
void TokenTypeName(TokenType type, char *name, size_t size);
void TokenTypeName(TokenType type, char *name, size_t size);
void TokenTypeName(TokenType type, char *name, size_t size);
typedef builtin size_t;
int strftime(char *string, size_t maxSize, char *format, struct tm *timePtr);
根据 format 中定义的格式化规则,格式化结构 timeptr 表示的时间,并把它存储在 str 中
void* malloc(size_t size);
从堆中申请内存
void* calloc(int numOfArray, size_t arrayElemSize);
从堆中申请内存,并清零,适用于数组创建
long xa_align_of(size_t size);
获取一个大小在对齐后的大小
void xa_start(xa_list &list, void *begin, size_t begin_size);
开启一个迭代器,并将其指向变长参数的前一个参数位置
void xa_arg(xa_list &list, size_t size, void *copyto);
获取下一个参数
size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream);
size_t fwrite(void *ptr, size_t size, size_t nmemb, FILE *stream);
size_t strcspn(char *s, char *charset);
检索字符串 s 开头连续有几个字符都不含字符串 charset 中的字符
char* strncat(char *dest, char *src, size_t n);
把 src 所指向的字符串追加到 dest 所指向的字符串的结尾,直到 n 字符长度为止
size_t strspn(char *s, char *charset);
检索字符串 s 中第一个不在字符串 charset 中出现的字符下标
size_t strxfrm(char *dest, char *src, size_t n);
根据程序当前的区域选项中的 LC_COLLATE 来转换字符串 src 的前 n 个字符,并把它们放置在字符串 dest 中
size_t tree_json(AutoTree tree, char *writeTo, size_t writeToSize);
将一棵树转换为JSON,写入writeTo
size_t tree_arraylen(AutoTree tree);
如果节点是数组,获取它的长度
void TokenTypeName(TokenType type, char *name, size_t size);
void TokenTypeName(TokenType type, char *name, size_t size);
void TokenTypeName(TokenType type, char *name, size_t size);
void TokenTypeName(TokenType type, char *name, size_t size);
void TokenTypeName(TokenType type, char *name, size_t size);
void TokenTypeName(TokenType type, char *name, size_t size);
void TokenTypeName(TokenType type, char *name, size_t size);