junk.c
来自「它通过提供glibc兼容使得应用程序移植到较小的c 库时相当得容易. 它能够应用」· C语言 代码 · 共 11 行
C
11 行
/* Temporary rubbish till I can get this stuff * fixed properly */#include <features.h>#include <bits/types.h>const unsigned short int *__ctype_b; /* Characteristics. */const __int32_t *__ctype_tolower; /* Case conversions. */const __int32_t *__ctype_toupper; /* Case conversions. */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?