Go to the first, previous, next, last section, table of contents.


OPT_VALUE_name - Option Argument Value

This macro gets emitted only for options that take numeric or keyword arguments. The macro yields a word-sized integer containing the enumeration or numeric value of the option argument.

int opt_val = OPT_VALUE_NAME;


Go to the first, previous, next, last section, table of contents.