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