M2XStreamClient fork with a workaround in M2XStreamClient.cpp for the MTS_Wifi_Connect_M2X example.

Dependents:   STM32_MTS_Wifi_Connect_M2X M2X_STM32_MTS_Temp MTS_WiFi_Connect_M2X_Example

Fork of M2XStreamClient by AT&T M2X Team

Utility.h

Committer:
joe_tijerina
Date:
2014-08-26
Revision:
2:6fbc104d1321
Parent:
0:f479e4f4db0e

File content as of revision 2:6fbc104d1321:

#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