char string library. There is a character string splitting function.
Revision 3:a69058b7a85e, committed 2018-04-29
- Comitter:
- tichise
- Date:
- Sun Apr 29 05:10:43 2018 +0000
- Parent:
- 2:dbd6f2a04946
- Child:
- 4:8f58c493d3fc
- Commit message:
- fix header
Changed in this revision
CharUtil.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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: };