config.h.in
来自「Nachos是个教学用的小型操作系统」· IN 代码 · 共 20 行
IN
20 行
/* config.h.in. Generated automatically from configure.ac by autoheader. *//* Define if you have the <fcntl.h> header file. */#undef HAVE_FCNTL_H/* Define if you have the <limits.h> header file. */#undef HAVE_LIMITS_H/* Define if your system has a working `malloc' function. */#undef HAVE_MALLOC/* Define if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define if you have the ANSI C header files. */#undef STDC_HEADERS
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?