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_include_file — Include external PostScript file

Author

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

                                                                                              PS_INCLUDE_FILE(3)

Description

       Reads an external file with raw PostScript code.

Name

       PS_include_file — Include external PostScript file

Return Value

       Returns -1 in case of error and otherwise 0.

See Also

PS_begin_page(3), PS_end_page(3)

Synopsis

       #include <pslib.h>

       int PS_include_file(PSDoc *psdoc, const char *filename)

See Also