Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PS_GET_BUFFER(3)	    Library Functions Manual		PS_GET_BUFFER(3)

	   uwe@steinmann.cx
     UWE STEINMANN 2003Uwe SteinmannJune 17, 2004;

NAME
     PS_get_buffer -- Returns internal memory buffer

SYNOPSIS
     #include <pslib.h>

     const char *PS_get_buffer(PSDoc *psdoc, long *size)

DESCRIPTION
     Returns the current internal memory buffer when the document	      is
     created  in  memory.  The	internal  buffer  will	be  set to a length of 0
		    when calling this function. You should output  or  save  the
     return		    buffer  pointer before calling any other pslib func-
     tions. The parameter		 size can be used to retrieve the number
     of 	       bytes in the buffer.

RETURN VALUE
SEE ALSO
     PS_open_file(3)

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

								PS_GET_BUFFER(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=PS_get_buffer&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help