Message-ID: <3f2a9324$0$163$cc7c7865@news.luth.se> From: Martin Str|mberg Subject: Re: argument parsing compatibility between DOS and Unix Newsgroups: comp.os.msdos.djgpp References: User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (NetBSD/1.6Q (alpha)) Date: 01 Aug 2003 16:19:48 GMT Lines: 19 NNTP-Posting-Host: speedy.ludd.luth.se X-Trace: 1059754788 news.luth.se 163 130.240.16.13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jim Showalter wrote: : 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? I've not heard of argp(). DJGPP's libc does have getopt() but not any function for long options. Please contribute one if you write it. Thanks! Right, MartinS