mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-28 22:23:21 +01:00
7 lines
92 B
C
7 lines
92 B
C
#ifndef test_PI_H
|
|
#define test_PI_H
|
|
|
|
TestSuite* ProcessingInstructionTest_suite();
|
|
|
|
#endif
|
|
|