Blob


1 #include <lib9.h>
3 void
4 _exits(char *s)
5 {
6 if(s && *s)
7 _exit(1);
8 _exit(0);
9 }