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

📄 errno.h

📁 微软的基于HMM的人脸识别原代码, 非常经典的说
💻 H
字号:
/*  This header file is machine generated. 
Modify EiC/config/genstdio.c, or the target independent source 
files it reads, in order to modify this file.  Any 
direct modifications to this file will be lost. 
*/

#ifndef SYSERRNOH_
#define SYSERRNOH_

/* ISO C STUFF */
#define EDOM		33	/* Math argument out of domain of func */
#define ERANGE		34	/* Math result not representable */

/* POSIX.1 STUFF */
#ifdef _POSIX_SOURCE
#define E2BIG	7
#define EACCES	13
#define EAGAIN	11
#define EBADF	9
#define EBUSY	16
#define ECHILD	10
#define EDEADLK	36
#define EEXIST	17
#define EFAULT	14
#define EFBIG	27
#define EINTR	4
#define EINVAL	22
#define EIO	5
#define EISDIR	21
#define EMFILE	24
#define EMLINK	31
#define ENAMETOOLONG	38
#define ENFILE	23
#define ENODEV	19
#define ENOENT	2
#define ENOEXEC	8
#define ENOLCK	39
#define ENOMEM	12
#define ENOSPC	28
#define ENOSYS	40
#define ENOTDIR	20
#define ENOTEMPTY	41
#define ENOTTY	25
#define ENXIO	6
#define EPERM	1
#define EPIPE	32
#define EROFS	30
#define ESPIPE	29
#define ESRCH	3
#define EXDEV	18
#endif /* end  _POSIX_SOURCE */

#endif

⌨️ 快捷键说明

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