Sign in
plan9port
/
plan9
/
693892caf5203783b1d4842f172f7c67a0a4b79e
/
.
/
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
)