Is it possible to turn off abbreviation in getopt_long()
? From the man page:
Long option names may be abbreviated if the abbreviation is unique or is an exact match for some defined option.
I want to do this because the specification I have received for a piece of code requires a full-length exact match of the flags, and there are many flags.