This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
ocaml
Watch
1
Star
0
Fork
You've already forked ocaml
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7178f79f41
ocaml
/
config
/
auto-aux
/
sighandler.c
9 lines
100 B
C
Raw
Blame
History
#
include
<signal.h>
main
(
)
{
SIGRETURN
(
*
old
)
(
)
;
old
=
signal
(
SIGQUIT
,
SIG_DFL
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink