Sign in
◑
Theme
plan9port
/
plan9
/
60a3190327903f02f19ebd8a65b62b3e166a4fd2
/
.
/
src
/
libbio
/
_lib9.h
blob: 843f7558cadb8033a33a0c7dfb3be5e0daff3952 [
file
]
#include
<fmt.h>
#include
<fcntl.h>
#include
<string.h>
#include
<unistd.h>
#include
<stdlib.h>
#define
OREAD O_RDONLY
#define
OWRITE O_WRONLY
#include
<utf.h>
#define
nil
((
void
*)
0
)