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

void die(const char *fmt, ...);

#endif