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 */