#ifndef SS_ERR_H #define SS_ERR_H #include void die(const char* err, ...); #endif /* SS_ERR_H */