jsfw/util.h

8 lines
87 B
C
Raw Normal View History

2022-08-30 17:54:56 -05:00
// vi:ft=c
#ifndef UTIL_H_
#define UTIL_H_
2022-08-29 17:27:03 -05:00
2022-08-30 08:37:34 -05:00
void panicf(const char *fmt, ...);
2022-08-29 17:27:03 -05:00
#endif