/* caesar-add.c -- sums each byte of input to a given increment */ /* $Id$ */ /* Carlos Duarte , 990324/990507 */ #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