param.h

来自「AS86 and LD86 source codes, used in buil」· C头文件 代码 · 共 19 行

H
19
字号
/* Copyright (C) 1996 Robert de Bath <rdebath@cix.compulink.co.uk> * This file is part of the Linux-8086 C library and is distributed * under the GNU Library General Public License. */#ifndef _PARAM_H#define _PARAM_H#include <limits.h>#ifndef NR_OPEN#define NR_OPEN 32#endif#ifndef NR_FILE#define NR_FILE 32#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?