Sign in
plan9port
/
plan9
/
93eb807ac2b7c23cae2b0999957532b5b666f437
/
.
/
src
/
libbio
/
lib9.std.h
blob: a3ae0e994d4aa591877fd4fc4fbb22c0a7211b38 [
file
] [
log
] [
blame
]
#include
<utf.h>
#include
<fmt.h>
#include
<fcntl.h>
#include
<string.h>
#include
<unistd.h>
#include
<stdlib.h>
#define
OREAD O_RDONLY
#define
OWRITE O_WRONLY
#define
nil
((
void
*)
0
)
typedef
long
long
vlong
;
typedef
unsigned
long
long
uvlong
;