#ifndef MBED_ERROR_H #define MBED_ERROR_H #include #ifdef __cplusplus extern "C" { #endif void error(const char *); #ifdef __cplusplus } #endif #endif