[net.micro.cpm] Small C Challenge Question

Boebert@MIT-MULTICS.ARPA (04/29/86)

What's wrong with this function?  (Small C Handbook, pg 183).

sout(string,fd) char *string; int fd; {

  if (fputs(string, fd) == EOF) xout();

  }

Earl (Boebert -at MIT-Multics)