mirror of
https://github.com/ctm/syn68k.git
synced 2024-11-29 03:50:27 +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_ */
|