aboutsummaryrefslogtreecommitdiffstats
path: root/err.h
blob: 6bb4697e6113a89f093340b4a42f3674bdee24e3 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef SS_ERR_H
#define SS_ERR_H

#include <stdarg.h>

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

#endif /* SS_ERR_H */