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

📄 stdio.h

📁 KPIT GNU Tools is a set of GNU development tools for Renesas microcontrollers.
💻 H
字号:
#ifndef _NEWLIB_STDIO_H#define _NEWLIB_STDIO_H/* Internal locking macros, used to protect stdio functions.  In the   linux case, expand to flockfile, and funlockfile, both defined in   LinuxThreads. */#if !defined(__SINGLE_THREAD__)#  if !defined(_flockfile)#    define _flockfile(fp) flockfile(fp)#  endif#  if !defined(_funlockfile)#    define _funlockfile(fp) funlockfile(fp)#  endif#endif /* __SINGLE_THREAD__ */#define getline __getline#define getdelim __getdelimchar *	_EXFUN(ctermid, (char *));#endif /* _NEWLIB_STDIO_H */

⌨️ 快捷键说明

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