libc : getopt.h/unistd.h : getopt : bug in optstring?

Thomas Hieck hkt@gmx.net
Sun Jul 28 17:29:00 GMT 2002


Hello,
I tried to use '-' as first character in optstring.

  while( (option = getopt(argc, argv , "-ov:ht")) != -1)

This should handle the the non-option argv-elements as if it were
arguments with character code 1.
It works fine, but not in Cygwin. The Cygwin version of getopt ignores
this flag :-/

Best regards,
Thomas Hieck


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list