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:
C/C++ Source or Header  |  1994-04-05  |  249 b   |  16 lines

  1. /*
  2.  * interrupt.h
  3.  *
  4.  * Author: Tomi Ollila <too@cs.hut.fi>
  5.  *
  6.  * Created: Fri Nov  5 00:53:12 1993 too
  7.  * Last modified: Fri Nov  5 00:54:15 1993 too
  8.  */
  9.  
  10. #ifndef _INTERRUPT_H_
  11. #define _INTRERUPT_H_
  12.  
  13. void intCode(void);
  14.  
  15. #endif /* _INTERRUPT_H_ */
  16.