Fork of M2XStreamClient by
Diff: Utility.h
- Revision:
- 5:ea68c8980ad8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Utility.h Thu Oct 24 12:22:33 2013 +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