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_opaque — Returns pointer which has been passed to PS_new2()

Author

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

                                                                                                PS_GET_OPAQUE(3)

Description

       When  creating  a  new  document  with  PS_new2(3), one can pass user data which is stored internally and
       passed to every call of the errorhandler. This data can be later retrieved with this function.

Name

       PS_get_opaque — Returns pointer which has been passed to PS_new2()

Return Value

       The pointer which has been passed to PS_new2().

See Also

PS_new2(3)

Synopsis

       #include <pslib.h>

       void * PS_get_opaque(PSDoc *psdoc)

See Also