Initial revision
This commit is contained in:
parent
5f7d5e8d18
commit
b2cfc4e2e7
242 changed files with 18177 additions and 0 deletions
10
src/lib9/exits.c
Normal file
10
src/lib9/exits.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include <lib9.h>
|
||||
|
||||
void
|
||||
exits(char *s)
|
||||
{
|
||||
if(s && *s)
|
||||
exit(1);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue