mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
13 lines
186 B
C
13 lines
186 B
C
|
#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)
|