debian man page for ps_new2

Query: ps_new2

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PS_NEW2(3)						     Library Functions Manual							PS_NEW2(3)

NAME
PS_new2 -- Creates a new PostScript document object
SYNOPSIS
#include <pslib.h> PSDoc * PS_new2((void (*errorhandler)(PSDoc *p, int type, const char *msg), void* (*allocproc)(PSDoc *p, size_t size, const char *caller), void* (*reallocproc)(PSDoc *p, void *mem, size_t size, const char *caller), void (*freeproc)(PSDoc *p, void *mem), void *opaque)
DESCRIPTION
Creates a new document instance. It does not create the file on disk or in memory. It just sets up everything. You may pass your own error handler and memory management functions. If you pass NULL values the internal default handler and functions will be used. In such case you may as well call PS_new(3).
RETURN VALUE
Pointer to new instance of PostScript document or NULL on failure.
SEE ALSO
PS_new(3), PS_get_opaque(3), PS_delete(3)
AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_NEW2(3)
Related Man Pages
ps_begin_template(3) - debian
ps_place_image(3) - debian
ps_setcolor(3) - debian
ps_shading(3) - debian
pslib(3) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections