1PAPERINIT(3)               Library Functions Manual               PAPERINIT(3)
2
3
4

NAME

6       paperinit, paperdone - begin and end using the paper library
7

SYNOPSYS

9       #include <paper.h>
10
11       void paperinit(void)
12       void paperdone(void)
13

DESCRIPTION

15       paperinit()  initializes  the  paper  library, allocating any resources
16       that are necessary for its use.  This function must  be  called  before
17       any other function of the paper library is used.
18
19       paperdone()  frees  any  resources  that  were  allocated for the paper
20       library.  No function of the library should be called after a  call  to
21       this function.
22

SEE ALSO

24       defaultpapername(3), paperinfo(3)
25       papersize(5)
26
27
28
29
30                               24 September 1996                  PAPERINIT(3)
Impressum