char string library. There is a character string splitting function.
Diff: CharUtil.h
- Revision:
- 3:a69058b7a85e
- Parent:
- 1:fc299d8c1c7e
- Child:
- 4:8f58c493d3fc
--- a/CharUtil.h Sun Apr 29 05:01:14 2018 +0000 +++ b/CharUtil.h Sun Apr 29 05:10:43 2018 +0000 @@ -11,8 +11,8 @@ { public: CharUtil(); - int split(char *str, const char *delim, char *outlist[]); - + + int split(char *base, const char *delim, char *outlist[]){ private: };