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

FreeBSD Manual Pages

  
 
  

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

NAME
       paperinit, paperdone - begin and	end using the paper library

SYNOPSYS
       #include	<paper.h>

       void paperinit(void)
       void paperdone(void)

DESCRIPTION
       paperinit()  initializes	 the  paper  library, allocating any resources
       that are	necessary for its use.	This function must  be	called	before
       any other function of the paper library is used.

       paperdone()  frees  any resources that were allocated for the paper li-
       brary.  No function of the library should be called  after  a  call  to
       this function.

SEE ALSO
       defaultpapername(3), paperinfo(3)
       papersize(5)

			       24 September 1996		  PAPERINIT(3)

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

home | help