This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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]

Use of getopt_long for -MD / -MF <file> type of options


Hello,

I am using getopt_long in my code and would like to implement -MD and
-MF <arg> options, similar to what's in gcc.
However, these seem to be neither short not long options.

I would like to know what's the best approach to implement them in a
getopt_long based program.

Cheers,
-- 
PMatos


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