copy lib
Fork of GMMP by
Network/TCPclient/Utility.h
- Committer:
- lesmin
- Date:
- 2015-08-13
- Revision:
- 5:bb6c1ee1d5f0
- Parent:
- 0:32c20cfb2b30
File content as of revision 5:bb6c1ee1d5f0:
#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