branch with improvemnts

Fork of M2XStreamClient by AT&T M2X Team

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Utility.h Source File

Utility.h

00001 #ifndef UTILITY_H_
00002 #define UTILITY_H_
00003 
00004 #include "mbed.h"
00005 #include <string.h>
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 
00011 void delay(int ms);
00012 char* strdup(const char* s);
00013 
00014 #ifdef __cplusplus
00015 }
00016 #endif
00017 
00018 #endif