errno.h

来自「minimal python variant for small footpri」· C头文件 代码 · 共 22 行

H
22
字号
#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 + =
减小字号Ctrl + -
显示快捷键?