efn/c_quit.c

7 lines
50 B
C
Raw Permalink Normal View History

2022-04-02 11:40:10 +00:00
void
c_quit(char *b, char **argv) {
2022-04-02 11:40:10 +00:00
exit(0);
}