Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: WNCInterface_M2Xdemo ATT_WNCInterface_Info WNCInterface_HTTP_example Public_IoT_M2X_Cellular_Demo
Fork of M2XStreamClient by
Utility.h
- Committer:
- citrusbyte
- Date:
- 2013-10-24
- Revision:
- 5:ea68c8980ad8
File content as of revision 5:ea68c8980ad8:
#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
