mirror of
https://github.com/ctm/syn68k.git
synced 2024-11-29 03:50:27 +00:00
7 lines
105 B
C
7 lines
105 B
C
|
#ifndef _testqsort_h_
|
||
|
#define _testqsort_h_
|
||
|
|
||
|
extern void test_qsort (void);
|
||
|
|
||
|
#endif /* _testqsort_h_ */
|