7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
#ifndef __STRINGTEST__
|
|
#define __STRINGTEST__
|
|
|
|
void StringTest();
|
|
|
|
#endif // __STRINGTEST__
|