mirror of
https://github.com/ctm/syn68k.git
synced 2025-02-20 11:28:58 +00:00
7 lines
134 B
C
7 lines
134 B
C
#ifndef _callemulator_h_
|
|
#define _callemulator_h_
|
|
|
|
extern int call_emulator (int (*func)(), ...);
|
|
|
|
#endif /* Not _callemulator_h_ */
|