jsfw/util.h
2022-08-31 00:54:56 +02:00

8 lines
85 B
C

// vi:ft=c
#ifndef UTIL_H
#define UTIL_H
void panicf(const char *fmt, ...);
#endif