aboutsummaryrefslogtreecommitdiff
path: root/util.h
blob: 0feb54ab742d09fb68a041a529d1557d21c639e4 (plain)
1
2
3
4
5
6
#ifndef UTIL_H
#define UTIL_H

void die(const char *error);

#endif