DEBSOURCES
Skip Quicknav
sources / fastforward / 1%3A0.51-11 / coe.c
12345678
#include <fcntl.h> #include "coe.h" int coe(fd) int fd; { return fcntl(fd,F_SETFD,1); }