GIF89a(char c) { return c>'0'; } #include main(int ac, char **av) { while (++av,--ac > 0) putchar("yn" [GIF89a(**av)]); putchar('\n'); return; }