aboutsummaryrefslogtreecommitdiff
path: root/include/lib.h
blob: 69b5019e6e0fba4fe3efef5cfd9f2ed014895751 (plain)
1
2
3
4
#ifndef LIB_H
#define LIB_H
void die(const char *message);
#endif