ThingPlug GMMP library for mbed
Dependents: ThingPlug_WiFi_Example
Diff: Network/TCPclient/Utility.h
- Revision:
- 0:32c20cfb2b30
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Network/TCPclient/Utility.h Thu Jul 23 00:55:15 2015 +0000 @@ -0,0 +1,18 @@ +#ifndef UTILITY_H_ +#define UTILITY_H_ + +#include "mbed.h" +#include <string.h> + +#ifdef __cplusplus +extern "C" { +#endif + +void delay(int ms); +char* strdup(const char* s); + +#ifdef __cplusplus +} +#endif + +#endif \ No newline at end of file