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

PS_get_majorversion — returns the major version number of the PostScript library

Author

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

                                                                                          PS_GET_MAJORVERSION(3)

Description

       This function can be used to retrieve the major version number of the PostScript library.

Name

       PS_get_majorversion — returns the major version number of the PostScript library

Return Value

       Returns major version as integer.

See Also

PS_get_minorversion(3), PS_get_subminorversion(3)

Synopsis

       #include <pslib.h>

       int PS_get_majorversion()

See Also