syn68k/test/include/callemulator.h
2008-09-26 08:25:10 -06:00

7 lines
134 B
C

#ifndef _callemulator_h_
#define _callemulator_h_
extern int call_emulator (int (*func)(), ...);
#endif /* Not _callemulator_h_ */