char string library. There is a character string splitting function.

Files at this revision

API Documentation at this revision

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
diff -r a69058b7a85e -r 8f58c493d3fc CharUtil.h
--- 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:
 };