/* Payload of a NUMBER, STRING, CHAR or COMMENT token. */ struct GTY(()) cpp_string { unsigned int len; const unsigned char *text; };
GCC主要数据结构之cpp_string
最新推荐文章于 2020-09-09 17:47:17 发布
/* Payload of a NUMBER, STRING, CHAR or COMMENT token. */ struct GTY(()) cpp_string { unsigned int len; const unsigned char *text; };