1 2 3 4 5 6 7 8 9
/* Public domain. */ #include <fcntl.h> #include "coe.h" int coe(int fd) { return fcntl(fd,F_SETFD,1); }