This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
SuperNET
mirror of
https://github.com/lukechilds/SuperNET.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
17221
Commits
31
Branches
0
Tags
196 MiB
Tree:
2f77cfdcc6
SuperNET
/
iguana
/
databases
/
cdb-0.75
/
exit.h
7 lines
60 B
Raw
Normal View
History
test
9 years ago
#
ifndef EXIT_H
#
define EXIT_H
extern
void
_exit
(
)
;
#
endif