ThingPlug GMMP library for mbed
Dependents: ThingPlug_WiFi_Example
Network/TCPclient/Utility.h
- Committer:
- lesmin
- Date:
- 2015-07-23
- Revision:
- 0:32c20cfb2b30
File content as of revision 0:32c20cfb2b30:
#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