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

📄 turboc.err

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 ERR
字号:
#ifndef __SYS_WERRNO_ERR
#define __SYS_WERRNO_ERR

/*
 * THIS FILE IS GENERATED BY E:\NET\WATT\UTIL\TCC_ERR.EXE. DO NOT EDIT.
 *
 * Watt-32 errnos are after vendor's errnos (1 - 35)
 */

#ifndef __TURBOC__
#error This file is only for use by "__TURBOC__"
#endif

#define EWOULDBLOCK       36
#define EDEADLK           40
#define ENAMETOOLONG      47
#define ENOLCK            49
#define ENOSYS            51
#define ENOTEMPTY         53
#define EINPROGRESS       61
#define EALREADY          62
#define ENOTSOCK          63
#define EDESTADDRREQ      64
#define EMSGSIZE          65
#define EPROTOTYPE        66
#define ENOPROTOOPT       67
#define EPROTONOSUPPORT   68
#define ESOCKTNOSUPPORT   69
#define EOPNOTSUPP        70
#define EPFNOSUPPORT      71
#define EAFNOSUPPORT      72
#define EADDRINUSE        73
#define EADDRNOTAVAIL     74
#define ENETDOWN          75
#define ENETUNREACH       76
#define ENETRESET         77
#define ECONNABORTED      78
#define ECONNRESET        79
#define ENOBUFS           80
#define EISCONN           81
#define ENOTCONN          82
#define ESHUTDOWN         83
#define ETIMEDOUT         84
#define ECONNREFUSED      85
#define EHOSTDOWN         86
#define EHOSTUNREACH      87
#define ESTALE            88
#define EREMOTE           89
#define EBADRPC           90
#define ERPCMISMATCH      91
#define EPROGUNAVAIL      92
#define EPROGMISMATCH     93
#define EPROCUNAVAIL      94
#define EILSEQ            95
#define EDEADLOCK         96
#define ETOOMANYREFS      100
#define ELOOP             101
#define EPROCLIM          102
#define EUSERS            103
#define EDQUOT            104
#define EVDBAD            105
#define ENORMTWD          106

#endif /* __SYS_WERRNO_ERR */

⌨️ 快捷键说明

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