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
fc6169f954
jsfw
/
util.h
8 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
client mostly done
2022-08-30 17:54:56 -05:00
// vi:ft=c
pretty much done, just daemonizing left
2022-08-31 11:54:14 -05:00
#
ifndef UTIL_H_
#
define UTIL_H_
dfgdk
2022-08-29 17:27:03 -05:00
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