This website requires JavaScript.
Explore
Help
Register
Sign in
cirno
/
plan9port
Watch
1
Star
0
Fork
You've already forked plan9port
0
mirror of
https://github.com/9fans/plan9port.git
synced
2025-01-15 11:20:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
374886540d
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