stdio.h
来自「cygwin, 著名的在win32下模拟unix操作系统的东东」· C头文件 代码 · 共 15 行
H
15 行
#ifndef _NEWLIB_STDIO_H#define _NEWLIB_STDIO_H/* Internal locking macros, used to protect stdio functions. In the general case, expand to nothing. */#if !defined(_flockfile)# define _flockfile(fp)#endif#if !defined(_funlockfile)# define _funlockfile(fp)#endif#endif /* _NEWLIB_STDIO_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?