home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Night Owl 25
/
nopv25.iso
/
040A
/
WSC4C21.ZIP
/
SIOERROR.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
|
1997-05-22
|
143 b
|
8 lines
/* sioerror.h */
#ifdef __cplusplus
extern "C" void cdecl SioError(int,char *);
#else
extern void cdecl SioError(int,char *);
#endif