⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdio.h

📁 guide and some example with visualC++
💻 H
字号:
/*  This header file is machine generated. Modify EiC/config/genstdio.c, or the target independent source files it reads, in order to modify this file.  Any direct modifications to this file will be lost. */#define BUFSIZ	8192#define EOF	-1#define FILENAME_MAX	4095#define FOPEN_MAX	256#define L_tmpnam	20#define TMP_MAX	238328#define SEEK_SET	0#define SEEK_CUR	1#define SEEK_END	2#define _IOFBF	0#define _IOLBF	1#define _IONBF	2typedef int  fpos_t;typedef struct { char dummy[148]; } FILE;FILE * _get_stdin();FILE * stdin = _get_stdin();FILE * _get_stdout();FILE * stdout = _get_stdout();FILE * _get_stderr();FILE * stderr = _get_stderr();

⌨️ 快捷键说明

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