/* * mycat.c - Opening files using command line arguments */ #include int main(int argc, char * argv[]) { FILE * fp; char cc; int ii; for(ii=1; ii