7 lines
76 B
C
7 lines
76 B
C
#ifndef TEST_SCANNER_H
|
|
#define TEST_SCANNER_H
|
|
|
|
void test_scanner();
|
|
|
|
#endif
|