#include <fcntl.h>
#include "coe.h"

int coe(fd)
int fd;
{
  return fcntl(fd,F_SETFD,1);
}


syntax highlighted by Code2HTML, v. 0.9.1