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

PX_set_value — Sets various float parameters

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                                 PX_SET_VALUE(3)

Description

       Sets the float parameter name to the value value.

       numprimkeys
                 The number of primary keys. Paradox databases always use the first 'numprimkeys' fields for the
                 primary index.

Name

       PX_set_value — Sets various float parameters

Return Value

       Returns 0 on success and -1 on failure.

See Also

PX_get_value(3), PX_set_parameter(3)

Synopsis

       #include <paradox.h>

       int PX_set_value(pxdoc_t *pxdoc, const char *name, float value)

See Also