📄 stdio_s.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -