mirror of
https://github.com/stupidcomputer/jsfw.git
synced 2024-12-27 05:47:37 -06:00
8 lines
87 B
C
8 lines
87 B
C
// vi:ft=c
|
|
#ifndef UTIL_H_
|
|
#define UTIL_H_
|
|
|
|
void panicf(const char *fmt, ...);
|
|
|
|
#endif
|