copybyte
static int copybyte(const char);
if (copybyte('a') == EOF)
if (copybyte('c') == EOF)
while (copybyte('f') != EOF)