/* print the command line arguments Paul Krzyzanowski */ #include int main(int argc, char **argv) { int i; printf("argc = %d\n", argc); for (i=0; i