Blob


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