This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]