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_open_fp — Uses an already open file pointer as the output file

Author

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

                                                                                                   PS_OPEN_FP(3)

Description

       Takes the passed file pointer and uses it as an output file. The file will not be closed by PS_close(3).

Name

       PS_open_fp — Uses an already open file pointer as the output file

Return Value

       Returns -1 in case of an error and 0 otherwise.

See Also

PS_open_file(3), PS_open_mem(3), PS_close(3)

Synopsis

       #include <pslib.h>

       int PS_open_fp(PSDoc *psdoc, FILE *fp)

See Also