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

📄 envlock.h

📁 KPIT GNU Tools is a set of GNU development tools for Renesas microcontrollers.
💻 H
字号:
/* envlock.h -- header file for env routines.  */#ifndef _INCLUDE_ENVLOCK_H_#define _INCLUDE_ENVLOCK_H_#include <_ansi.h>#include <sys/reent.h>#define ENV_LOCK __env_lock(reent_ptr)#define ENV_UNLOCK __env_unlock(reent_ptr)void _EXFUN(__env_lock,(struct _reent *reent));void _EXFUN(__env_unlock,(struct _reent *reent));#endif /* _INCLUDE_ENVLOCK_H_ */

⌨️ 快捷键说明

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