50int st_snprintf(
char* buffer,
size_t bufsz,
const char* format, ...);
64void st_except(
const char* reason,
const char* file,
int line);
void st_except(const char *reason, const char *file, int line)
Log error reason and call exit(EXIT_FAILURE).
int st_snprintf(char *buffer, size_t bufsz, const char *format,...)
int st_remove(const char *filename)