Satoshi Togawa / Mbed 2 deprecated mpod_nhk_english_spxml

Dependencies:   BlinkLed HTTPClient EthernetInterface FatFileSystemCpp MSCFileSystem spxml mbed-rtos mbed

Fork of mpod_nhk_english by Satoshi Togawa

Revision:
4:7dae52cf560f
diff -r 07562878d3c3 -r 7dae52cf560f spxml/strdup.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spxml/strdup.h	Mon Aug 20 13:27:17 2012 +0000
@@ -0,0 +1,6 @@
+#ifndef __strdup_h__
+#define __strdup_h__
+
+char *strdup(const char *s);
+
+#endif
\ No newline at end of file