home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
source
/
flipsrc.sit
/
ierror.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1992-01-11
|
150 b
|
10 lines
/*
* ierror.h
*/
#ifndef H_ierror
#define H_ierror
extern OSErr IError(short eCode,unsigned char* p1,unsigned char* p2,unsigned char* p3);
#endif