mirror of
https://github.com/ctm/syn68k.git
synced 2025-02-19 19:30:59 +00:00
7 lines
114 B
C
7 lines
114 B
C
#ifndef _amode_h_
|
|
#define _amode_h_
|
|
|
|
extern const char *amode_to_string (int amode);
|
|
|
|
#endif /* Not _amode_h_ */
|