ZHCADC5A June 2013 – June 2020
errno 是一个全局 int,定义如下:
extern int errno;
以下是定义为与 errno 一起使用的一些常量。有关完整列表,请参阅 errno.h 文件。
#define EDOM 0x21 #define ERANGE 0x22 #define EILSEQ 0x58 #define ENOENT 0x2 #define EFPOS 0x98