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_get_subminorversion — returns the subminor version number of the paradox library

Author

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

                                                                                       PX_GET_SUBMINORVERSION(3)

Description

       This function can be used to retrieve the subminor version number of the paradox library.

Name

       PX_get_subminorversion — returns the subminor version number of the paradox library

Return Value

       Returns subminor version as integer.

See Also

PX_get_minorversion(3), PX_get_majorversion(3)

Synopsis

       #include <paradox.h>

       int PX_get_subminorversion()

See Also