home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super Net 1
/
SUPERNET_1.iso
/
PC
/
OTROS
/
UNIX
/
ARCHIE
/
CLIENTS
/
XARCHIE3.TAR
/
xarchie-2.0.1
/
syserr.h
< prev
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-04-22
|
321 b
|
14 lines
/*
* syserr.h : Portable interface to system error messages.
*
* George Ferguson, ferguson@cs.rochester.edu, 23 Apr 1993.
*
*/
/* Either the real errno or one of our making, for external use. */
#ifndef MSDOS
extern int errno; /* MSDOS doesn't like this, apparently */
#endif /* !MSDOS */
extern void sysError();