syslimits.h
来自「Intel ixp425 toolchain」· C头文件 代码 · 共 9 行
H
9 行
/* syslimits.h stands for the system's own limits.h file. If we can use it ok unmodified, then we install this text. If fixincludes fixes it, then the fixed version is installed instead of this text. */#define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */#include_next <limits.h>#undef _GCC_NEXT_LIMITS_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?