PX_get_minorversion — returns the minor version number of the paradox library
Contents
Description
This function can be used to retrieve the minor version number of the paradox library.
Name
PX_get_minorversion — returns the minor version number of the paradox library
Return Value
Returns minor version as integer.
See Also
PX_get_majorversion(3), PX_get_subminorversion(3)
Synopsis
#include <paradox.h>
int PX_get_minorversion()
