aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
blob: faf2c07daa3e87c771ea1460ec6aef9111ba584a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef COMMON_H
#define COMMON_H

#ifdef __cplusplus
extern "C" {
#endif

void bail_out(const char* msg);

#ifdef __cplusplus
}
#endif

#endif