home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / FPSE_src / include / runtime.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-01  |  134 b   |  9 lines

  1. #ifndef RUNTIME_H
  2. #define RUNTIME_H
  3.  
  4. void rfe(void);
  5. UINT32 exception(int cd,UINT32 pc);
  6. void compile_go(void);
  7. void go(void);
  8.  
  9. #endif