jsfw/util.h
2022-08-30 15:37:34 +02:00

8 lines
90 B
C

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