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