From: thezr0 AT aol DOT com (The zr0) Newsgroups: comp.os.msdos.djgpp Subject: whats wrong w/ this code? Lines: 54 NNTP-Posting-Host: ladder01.news.aol.com X-Admin: news AT aol DOT com Date: 5 Nov 1998 04:15:13 GMT Organization: AOL http://www.aol.com Message-ID: <19981104231513.27592.00001445@ng84.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com This has had me puzzled for awhile, its a program designed to replace the dos"type"command, but allows wildcards please email to author...thanx in advance #include #include #include int count=1; char x; int show_file(int count,char *argv[]); char *main(int argc, char *argv[]) { if(argc<2) { fprintf(stderr,"Not enough arguments.\n"); exit(1); } for(count=2;count