From: "Jim Showalter" Subject: argument parsing compatibility between DOS and Unix User-Agent: Pan/0.13.0 (The whole remains beautiful) Message-ID: Newsgroups: comp.os.msdos.djgpp MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Lines: 15 Date: Wed, 23 Jul 2003 15:24:33 -0400 NNTP-Posting-Host: 66.219.150.154 X-Complaints-To: abuse AT bright DOT net X-Trace: cletus.bright.net 1058988273 66.219.150.154 (Wed, 23 Jul 2003 15:24:33 EDT) NNTP-Posting-Date: Wed, 23 Jul 2003 15:24:33 EDT Organization: bright.net Ohio To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Greetings, I'm developing a C program in Linux using gcc. But I'm hoping to be able to compile it under DOS/Windows also. I'm thinking of using 'argp' to parse my program's arguments. Is argp(), getopts_long() or _any_ of the GNU library functions available under DJGPP? jim