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_save — Save current context

Author

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

                                                                                                      PS_SAVE(3)

Description

       Saves the current graphics context, containing colors, translation and rotation settings and some more. A
       save context be restored with PS_restore(3).

Name

       PS_save — Save current context

See Also

PS_restore(3)

Synopsis

       #include <pslib.h>

       void PS_save(PSDoc *psdoc)

See Also