> Hello!
>
> > int main (int argc, char **argv)
> > {
> > argp_program_version = version;
> > argp_program_bug_address = bug_address;
> >
> > argp_parse (&argp, argc, argv, 0, 0, 0); }
> >
> > /*** End modified argp example #2 ***/
> >
> > If you compile the above version, you'll see tha
Hello!
> int main (int argc, char **argv)
> {
> argp_program_version = version;
> argp_program_bug_address = bug_address;
>
> argp_parse (&argp, argc, argv, 0, 0, 0); }
>
> /*** End modified argp example #2 ***/
>
> If you compile the above version, you'll see that the --version option
>
> > Hello!
> >
> > I have found a problem: argp_program_version string is ignored by libargp.
>
> Hi Pavel. Thanks for reporting this. I confirm your observation. For
> example, when I compile argp's example #2
> (http://www.gnu.org/software/libc/manual/html_node/Argp-Example-2.html#Argp-Exa
> Hello!
>
> I have found a problem: argp_program_version string is ignored by libargp.
Hi Pavel. Thanks for reporting this. I confirm your observation. For
example, when I compile argp's example #2
(http://www.gnu.org/software/libc/manual/html_node/Argp-Example-2.html#Argp-Example-2),
the -
4 matches
Mail list logo