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_new — Creating a new PostScript document object

Author

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

                                                                                                       PS_NEW(3)

Description

       Creates  a  new  document  instance. This function internally calls PS_new2(3) with all parameters set to
       NULL. If you do not take care of error handling and memory management yourself, this function  should  be
       used for conveniece.

Name

       PS_new — Creating a new PostScript document object

Return Value

       Pointer to new instance of PostScript document or NULL on failure.

See Also

PS_new2(3), PS_delete(3)

Synopsis

       #include <pslib.h>

       PSDoc * PS_new(void)

See Also