mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-29 22:23:27 +01:00
8 lines
76 B
C
8 lines
76 B
C
|
#ifndef test_SAX_H
|
||
|
#define test_SAX_H
|
||
|
|
||
|
TestSuite* SAXTest_suite();
|
||
|
|
||
|
#endif
|
||
|
|