This website requires JavaScript.
Explore
Help
Sign in
o5r
/
plan9port
Watch
1
Star
0
Fork
You've already forked plan9port
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
10ae535437
plan9port
/
src
/
lib9
/
_exits.c
11 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
Various additions and fixes.
2003-11-23 18:12:54 +00:00
#
include
<u.h>
#
include
<libc.h>
Initial revision
2003-09-30 17:47:41 +00:00
void
_exits
(
char
*
s
)
{
if
(
s
&
&
*
s
)
_exit
(
1
)
;
_exit
(
0
)
;
}
Reference in a new issue
Copy permalink