source:
trunk/essentials/app-arch/gzip/primos/include/errno.h
Last change on this file was 3325, checked in by , 18 years ago | |
---|---|
File size: 218 bytes |
Line | |
---|---|
1 | /* |
2 | ** errno.h |
3 | ** |
4 | ** Emulation of the Unix errno.h header file for PRIMOS |
5 | ** |
6 | ** Author: Peter Eriksson <pen@lysator.liu.se> |
7 | */ |
8 | |
9 | #ifndef __ERRNO_H__ |
10 | #define __ERRNO_H__ |
11 | |
12 | #include <errd.h> |
13 | |
14 | #define ENOENT e$fntf |
15 | |
16 | #endif |
17 |
Note:
See TracBrowser
for help on using the repository browser.