mirror of
https://github.com/ctm/syn68k.git
synced 2024-11-25 07:32:17 +00:00
7 lines
104 B
C
7 lines
104 B
C
|
#ifndef _testrt_h_
|
||
|
#define _testrt_h_
|
||
|
|
||
|
extern void test_rangetree (void);
|
||
|
|
||
|
#endif /* Not _testrt_h_ */
|