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.
Fork of Middleware by
Diff: StringManager.cpp
- Revision:
- 0:d1ff330c5128
- Child:
- 1:fd355dc296b1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/StringManager.cpp Sat Dec 05 17:43:29 2015 +0000 @@ -0,0 +1,13 @@ +/* + +StringManager.cpp + +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> \ No newline at end of file
