efn/c_quit.c

6 lines
36 B
C

void
c_quit(char *b) {
exit(0);
}