diff --git a/SplitStringTest.cpp b/SplitStringTest.cpp index e69de29..97b47fa 100644 --- a/SplitStringTest.cpp +++ b/SplitStringTest.cpp @@ -0,0 +1,85 @@ +#include +#include +#include + +using namespace hgl; +using namespace std; + +void Output(UTF8StringList &sl,const char *str) +{ + cout<\"\n")); + + Output(sl,"SplitToStringListByChars"); + } +}