> Does anyone know good candidate libraries to do this? They should be > cross-platform and ideally be some header files we can embed.
GNU getopt is one case: (There are also BSD-licensed versions) http://www.gnu.org/s/libc/manual/html_node/Example-of-Getopt.html One version of the BSD-license getopt.c: http://www.opensource.apple.com/source/vi/vi-7/nvi/clib/getopt.c?txt I also found argtable: http://argtable.sourceforge.net/ Hope that helps, -Geoff ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ OpenBabel-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbabel-devel
