home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
comm
/
tcp
/
amitcp
/
src
/
l
/
inet-handler
/
interrupt.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
|
1994-04-05
|
249 b
|
16 lines
/*
* interrupt.h
*
* Author: Tomi Ollila <too@cs.hut.fi>
*
* Created: Fri Nov 5 00:53:12 1993 too
* Last modified: Fri Nov 5 00:54:15 1993 too
*/
#ifndef _INTERRUPT_H_
#define _INTRERUPT_H_
void intCode(void);
#endif /* _INTERRUPT_H_ */