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