aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
blob: d1234baca37e3fb3eb35f3f3e351fa4826edd34f (plain) (blame)
1
2
3
4
5
6
7
#ifndef COMMON_H
#define COMMON_H


void bail_out(const char* msg);

#endif