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