This website requires JavaScript.
Explore
Help
Sign In
stupidcomputer
/
jsfw
mirror of
https://github.com/stupidcomputer/jsfw.git
Watch
1
Star
0
Fork
You've already forked jsfw
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5bdf9f4c58
jsfw
/
util.h
8 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
progress mostly
2022-08-29 18:06:25 -05:00
// vi: set ft=c
dfgdk
2022-08-29 17:27:03 -05:00
#
ifndef UTIL_H
#
define UTIL_H
never gonna give you up
2022-08-30 08:37:34 -05:00
void
panicf
(
const
char
*
fmt
,
.
.
.
)
;
dfgdk
2022-08-29 17:27:03 -05:00
#
endif