Plan 9 from Bell Labs’s /usr/web/sources/contrib/anothy/src/lib/djb-ape/unix/coe.c
#include <fcntl.h> #include "coe.h" int coe(fd) int fd; { return fcntl(fd,F_SETFD,1); }