efn/c_quit.c

5 lines
28 B
C
Raw Normal View History

2022-04-02 11:40:10 +00:00
void
c_quit() {
exit(0);
}