Sign in
plan9port
/
plan9
/
7bd73c7fd4a96e5e22ba48397de5ccde0fff09ea
/
.
/
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