mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-04 23:01:54 +01:00
8 lines
92 B
C
8 lines
92 B
C
|
#ifndef test_PI_H
|
||
|
#define test_PI_H
|
||
|
|
||
|
TestSuite* ProcessingInstructionTest_suite();
|
||
|
|
||
|
#endif
|
||
|
|