sysinit.h
来自「gsac程序包」· C头文件 代码 · 共 23 行
H
23 行
#ifndef MSDOS#include <sys/types.h>#include <sys/stat.h>#define OPENREADONLY "r"#define OPENREADAPPEND "r+"#define OPENWRITEAPPEND "w+"#ifndef __STDC__#define size_t int#define const #endif#else#include <stdlib.h>#include <stdio.h>#include <sys\types.h>#include <sys\stat.h>#include <io.h>#define OPENREADONLY "rb"#define OPENREADAPPEND "r+b"#define OPENWRITEAPPEND "w+b"#endif#include <string.h>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?