nomacros.c
来自「基于组件方式开发操作系统的OSKIT源代码」· C语言 代码 · 共 10 行
C
10 行
/* * Tell <ctype.h> to generate extern versions of all its inline * functions. The extern versions get called if the system doesn't * support inlines or the user defines _DONT_USE_CTYPE_INLINE_ * before including <ctype.h>. */#define _EXTERNALIZE_CTYPE_INLINES_#include <ctype.h>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?