String library.

Dependents:   CheckSum RN41 RealTimeClock TVZ_MU_Seminar ... more

Revision:
6:4447094b7e51
Parent:
5:9afdff23f890
Child:
7:7bc89a64bfbd
--- a/StrLib.h	Wed Sep 02 05:42:13 2015 +0000
+++ b/StrLib.h	Fri Oct 09 05:20:44 2015 +0000
@@ -1,5 +1,8 @@
 #pragma once
 
+#ifndef MBED_STRLIB_H
+#define MBED_STRLIB_H
+
 #include "mbed.h"
 #include <string>
 
@@ -43,4 +46,5 @@
 */
 string toAlpanumeric(string str, bool large=false);
 
+#endif
 // EOF
\ No newline at end of file