efn/c_quit.c

6 lines
36 B
C
Raw Normal View History

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