Alex Malozemoff and I have been discussing the UNIX-like getopt that we have at ibiblio. This is the same calling syntax as the UNIX getopt(3) but uses '/' as the switch character instead of '-'.
In short: There's a bug where you cannot turn off the error messages (opterr was being ignored.) Oops. I have patched getopt to fix this. Original version has been renamed "_orig" if anyone wants to compare. The original version is some public domain code that I found a long time ago (1994?) http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/devel/libs/getopt/unix-like/ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
