stdio_s.h

来自「su 的源代码库」· C头文件 代码 · 共 18 行

H
18
字号
/* Copyright (c) Colorado School of Mines, 2006.*//* All rights reserved.                       */#ifndef _STDIO_S_H#define _STDIO_S_H	1#include	"FEATURE/sfio"#if _typ___FILE /* Redhat7.3 requires __FILE in wchar.h */typedef struct _sfio_s	*__FILE;#endif#include	"sfhdr.h"#include	"stdio.h"#endif /*_STDIO_S_H*/

⌨️ 快捷键说明

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