isccoff.h
来自「GCC编译器源代码」· C头文件 代码 · 共 13 行
H
13 行
/* Definitions for Intel 386 running Interactive Unix System V. Specifically, this is for recent versions that support POSIX; for version 2.0.2, use configuration option i386-sysv instead. (But set TARGET_DEFAULT to 0201 if you do that, if you don't have a real 80387.) *//* Mostly it's like AT&T Unix System V. */#include "i386/sysv3.h"/* But with a few changes. */#include "i386/isc.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?