This is the mail archive of the cygwin 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]

Re: getopt required_argument (Was Re: regtool - 1.8 - Core dump)


> Well, it's just a matter of adding a check for
> optarg being NULL and
> printing an appropriate message (e.g.,
>           if (optarg == NULL) {
>             fprintf(stderr, "Missing key-value
> separator\n");
>             usage();
>           }
> ).
Yup looks easy but I may better patch the DLL to use
some kind of fstab file which would it make complete
portable as now I'am sitting in front of a computer
which let's me run bash but not cmd - ahhhh. 

> However, the question is what should getopt's
> behavior be if something
> specified as a "required_argument" is missing? 
It sould do the same thing as the long parameter
arguments imo.
Alex

=====
___________________________________________________________
http://tahi4x4.felixfrisch.de                Take a look :)
webmaster@FelixFrisch.de

________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping" 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]