home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
MPW
/
gzip 1.2.2
/
primos
/
include
/
errno.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-22
|
218 b
|
18 lines
|
[
TEXT/MPS
]
/*
** errno.h
**
** Emulation of the Unix errno.h header file for PRIMOS
**
** Author: Peter Eriksson <pen@lysator.liu.se>
*/
#ifndef __ERRNO_H__
#define __ERRNO_H__
#include <errd.h>
#define ENOENT e$fntf
#endif