#include ftty(fd) FILE *fd; /* * True if fd is a terminal -- OBSOLETE */ { return(isatty(fd)); }