Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
StringManager.h@0:d1ff330c5128, 2015-12-05 (annotated)
- Committer:
- RoHe
- Date:
- Sat Dec 05 17:43:29 2015 +0000
- Revision:
- 0:d1ff330c5128
- Child:
- 1:fd355dc296b1
MiddleWare GUS
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| RoHe | 0:d1ff330c5128 | 1 | /* |
| RoHe | 0:d1ff330c5128 | 2 | |
| RoHe | 0:d1ff330c5128 | 3 | StringManager.h |
| RoHe | 0:d1ff330c5128 | 4 | |
| RoHe | 0:d1ff330c5128 | 5 | Only to improve the clarity of main .cpp |
| RoHe | 0:d1ff330c5128 | 6 | This don't have any new classes |
| RoHe | 0:d1ff330c5128 | 7 | |
| RoHe | 0:d1ff330c5128 | 8 | This import is use to manage the strings |
| RoHe | 0:d1ff330c5128 | 9 | |
| RoHe | 0:d1ff330c5128 | 10 | Last update by RoHe 16/11/2015 |
| RoHe | 0:d1ff330c5128 | 11 | */ |
| RoHe | 0:d1ff330c5128 | 12 | |
| RoHe | 0:d1ff330c5128 | 13 | #include <string.h> |
| RoHe | 0:d1ff330c5128 | 14 | |
| RoHe | 0:d1ff330c5128 | 15 | static char * joinString(char* str1, char* str2, char* str3); |
| RoHe | 0:d1ff330c5128 | 16 | static void splitString(char* str1); // it mus return seven strings |