char string library. There is a character string splitting function.
Revision 4:8f58c493d3fc, committed 2018-04-29
- Comitter:
- tichise
- Date:
- Sun Apr 29 05:12:11 2018 +0000
- Parent:
- 3:a69058b7a85e
- 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:10:43 2018 +0000 +++ b/CharUtil.h Sun Apr 29 05:12:11 2018 +0000 @@ -12,7 +12,7 @@ public: CharUtil(); - int split(char *base, const char *delim, char *outlist[]){ + int split(char *base, const char *delim, char *outlist[]); private: };