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