/* cat-s.c -- * output all input lines, without sequencial blanks * acts like cat -s */ /* $Id$ */ /* Carlos Duarte , 970109/990321 */ #include #include #include static int do_args(int first, int ac, char *av[]); #define ARG() \ s[1] ? (t=s+1, s+=strlen(s)-1, t) : ++i