source: azure_iot_hub/trunk/asp3_dcre/mbed/platform/mbed_error.h@ 388

Last change on this file since 388 was 388, checked in by coas-nagasima, 5 years ago

Azure IoT Hub Device C SDK を使ったサンプルの追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 167 bytes
Line 
1#ifndef MBED_ERROR_H
2#define MBED_ERROR_H
3
4#include <stdint.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void error(const char *);
11
12#ifdef __cplusplus
13}
14#endif
15
16#endif
Note: See TracBrowser for help on using the repository browser.