summaryrefslogtreecommitdiff
path: root/Build/source/libs/paper/libpaper-1.1.24+nmu2/man/paperinit.3
blob: e1f71dfdf9986107ae283455c1816152cee79fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.TH PAPERINIT 3 "24 September 1996"
.SH NAME
paperinit, paperdone \- begin and end using the paper library
.SH SYNOPSYS
.nf
.B #include <paper.h>
.sp
.B "void paperinit(void)"
.B "void paperdone(void)"
.fi
.SH DESCRIPTION
.B 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.
.PP
.B paperdone()
frees any resources that were allocated for the paper library.
No function of the library should be called after a call to this
function.
.SH SEE ALSO
.BR defaultpapername (3),
.BR paperinfo (3)
.br
.BR papersize (5)