📄 errno.h
字号:
#ifndef _332_ERRNO_H#define _332_ERRNO_H/* The following is for Palm SDK 3.5 */#include <PalmTypes.h>#include <Core/System/NetMgr.h>#include <Core/System/ErrorBase.h>/* The following is Palm SDK 3.1 *//*#include <Common.h>#include <SysAll.h>#include <NetMgr.h> #include <sys/errno.h>*/#include <sys/errno.h>extern Err errno;#endif /* _332_ERRNO_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -