This website requires JavaScript.
Explore
Help
Sign In
kyle
/
kst
Watch
1
Star
0
Fork
You've already forked kst
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
38a85b745e
kst
/
ke
/
util.c
11 lines
91 B
C
Raw
Blame
History
#
include
<stdio.h>
#
include
<stdlib.h>
void
die
(
const
char
*
s
)
{
perror
(
s
)
;
exit
(
1
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink