home *** CD-ROM | disk | FTP | other *** search
-
- char *_errors[]={
- "",
- "general error",
- "No such file or directory",
- "No such process",
- "Interrrupted system call",
- "I/O error",
- "No such device or address",
- "Arg list is too long",
- "Exec format error",
- "Bad file number",
- "No child process",
- "No more processes allowed",
- "No memory available",
- "Access denied",
- "Badd address",
- "Bulk device required",
- "Resource is busy",
- "File already exists",
- "Cross-device link",
- "No such device",
- "Is not a directory",
- "Is a directory",
- "Invalid argument",
- "No more files (system",
- "No more files (process",
- "Not a terminal",
- "Text file is busy",
- "File is too large",
- "No space left",
- "Seek issued to pipe",
- "Read-only file system",
- "Too many links",
- "Broken pipe",
- "Math function argument error",
- "Math function result is out of range"
- };
-
-
-