no description
Fork of Middleware by
Diff: StringManager.h
- Revision:
- 0:d1ff330c5128
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/StringManager.h Sat Dec 05 17:43:29 2015 +0000 @@ -0,0 +1,16 @@ +/* + +StringManager.h + +Only to improve the clarity of main .cpp +This don't have any new classes + +This import is use to manage the strings + +Last update by RoHe 16/11/2015 +*/ + +#include <string.h> + +static char * joinString(char* str1, char* str2, char* str3); +static void splitString(char* str1); // it mus return seven strings \ No newline at end of file