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

8 lines
87 B
C

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