#ifndef COMMON_H #define COMMON_H #ifdef __cplusplus extern "C" { #endif void bail_out(const char* msg); #ifdef __cplusplus } #endif #endif