home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d473
/
cnewssrc
/
cnews_src.lzh
/
include
/
fixerrno.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-22
|
116b
|
6 lines
/* attempt to supply a declaration of errno in case <errno.h> doesn't */
#ifndef __STDC__
extern int errno;
#endif