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

📄 errstr.h

📁 著名操作系统Plan 9的第三版的部分核心源代码。现在很难找到了。Plan 9是bell实验室开发的Unix后继者。
💻 H
字号:
char Enoerror[] = "no error";char Emount[] = "inconsistent mount";char Eunmount[] = "not mounted";char Eunion[] = "not in union";char Emountrpc[] = "mount rpc error";char Eshutdown[] = "mounted device shut down";char Enocreate[] = "mounted directory forbids creation";char Enonexist[] = "file does not exist";char Eexist[] = "file already exists";char Ebadsharp[] = "unknown device in # filename";char Enotdir[] = "not a directory";char Eisdir[] = "file is a directory";char Ebadchar[] = "bad character in file name";char Efilename[] = "file name syntax";char Eperm[] = "permission denied";char Ebadusefd[] = "inappropriate use of fd";char Ebadarg[] = "bad arg in system call";char Einuse[] = "device or object already in use";char Eio[] = "i/o error";char Etoobig[] = "read or write too large";char Etoosmall[] = "read or write too small";char Enoport[] = "network port not available";char Ehungup[] = "write to hungup channel";char Ebadctl[] = "bad process or channel control request";char Enodev[] = "no free devices";char Eprocdied[] = "process exited";char Enochild[] = "no living children";char Eioload[] = "i/o error in demand load";char Enovmem[] = "virtual memory allocation failed";char Ebadfd[] = "fd out of range or not open";char Enofd[] = "no free file descriptors";char Eisstream[] = "seek on a stream";char Ebadexec[] = "exec header invalid";char Etimedout[] = "connection timed out";char Econrefused[] = "connection refused";char Eintr[] = "interrupted";char Enomem[] = "kernel allocate failed";char Enoswap[] = "swap space full";char Esoverlap[] = "segments overlap";char Emouseset[] = "mouse type already set";char Eshort[] = "i/o count too small";char Egreg[] = "xterm: Error 50, errno 1: Too big";char Ebadspec[] = "bad attach specifier";char Enoreg[] = "process has no saved registers";char Enoattach[] = "mount/attach disallowed";

⌨️ 快捷键说明

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