#ifndef __cplusplus
typedef unsigned char bool;
static const bool False =0;
static const bool True =1;
#endif
typedef unsigned char bool;
static const bool False =0;
static const bool True =1;
#endif

被折叠的 条评论
为什么被折叠?