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