Code für die Regelungsplatine

Dependencies:   mbed-dev

Revision:
0:e06857c6841e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/strdup.h	Wed May 10 09:32:51 2017 +0000
@@ -0,0 +1,6 @@
+#ifndef MSTRING_H
+#define MSTRING_H
+ 
+char *strdup (const char *s);
+ 
+#endif
\ No newline at end of file