Sign in
plan9port
/
plan9
/
96d6b19dcd4f359c3fa8eefcb8615082c840e184
/
.
/
src
/
libregexp
/
lib9.std.h
blob: 0cefdde73143768d9a77fc6cd83968b0cfc4c876 [
file
]
#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