efn/c_quit.c

7 lines
50 B
C

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