logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

plsetopt - Set any command-line option

Arguments

opt (PLCHAR_VECTOR(3plplot), input)
              An ascii character string containing the command-line option.

       optarg (PLCHAR_VECTOR(3plplot), input)
              An ascii character string containing the argument of the command-line option.

Authors

       Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot  over  its
       long history.

Description

       Set  any command-line option internally from a program before it invokes plinit(3plplot). opt is the name
       of the command-line option and optarg is the corresponding command-line option argument.

       This function returns 0 on success.

       Redacted form: plsetopt(opt,optarg)

       This function is used in example 14.

Name

plsetopt - Set any command-line option

See Also

       PLplot documentation at http://plplot.org/documentation.php.

                                                   July, 2025                                  PLSETOPT(3plplot)

Synopsis

       PLINT plsetopt(opt, optarg)

See Also