Plan 9 from Bell Labs’s /usr/web/sources/contrib/anothy/src/lib/djb-ape/unix/open_write.c
#include <sys/types.h> #include <fcntl.h> #include "open.h" int open_write(const char *fn) { return open(fn,O_WRONLY | O_NONBLOCK); }