mirror of
https://github.com/ctm/syn68k.git
synced 2024-12-12 14:30:01 +00:00
7 lines
124 B
C
7 lines
124 B
C
|
#ifndef _frequency_h_
|
||
|
#define _frequency_h_
|
||
|
|
||
|
extern void generate_frequency_report (void);
|
||
|
|
||
|
#endif /* Not _frequency_h_ */
|