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.
Dependencies: BlinkLed HTTPClient EthernetInterface FatFileSystemCpp MSCFileSystem spxml mbed-rtos mbed
Fork of mpod_nhk_english by
Diff: spxml/strdup.h
- Revision:
- 4:7dae52cf560f
--- /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
