Sign in
plan9port
/
plan9
/
37c7bc13fde7992dfcdd4d916f6fc3f8bcc22b42
/
.
/
src
/
libregexp
/
lib9.std.h
blob: 0cefdde73143768d9a77fc6cd83968b0cfc4c876 [
file
] [
log
] [
blame
]
#include
<fmt.h>
#include
<setjmp.h>
#include
<string.h>
#include
<stdlib.h>
#include
<unistd.h>
#define
exits
(
x
)
exit
(
x
&&
*
x
?
1
:
0
)
#define
nil
0