ThingPlug GMMP library for mbed

Dependents:   ThingPlug_WiFi_Example_2 ThingPlug_Ethernet_Example ThingPlug_Ethernet_Example_temp_V2

Fork of GMMP_2 by Sangmin Lee

Network/TCPclient/Utility.h

Committer:
lesmin
Date:
2015-08-14
Revision:
10:84a748b7d1f6
Parent:
0:7e575e5f88ec

File content as of revision 10:84a748b7d1f6:

#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