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
141a8db388
jsfw
/
util.h
8 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
client mostly done
2022-08-30 17:54:56 -05:00
// vi: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