diff options
Diffstat (limited to 'Build/source/libs/libpaper/libpaper-src/man/paperinit.3')
-rw-r--r-- | Build/source/libs/libpaper/libpaper-src/man/paperinit.3 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Build/source/libs/libpaper/libpaper-src/man/paperinit.3 b/Build/source/libs/libpaper/libpaper-src/man/paperinit.3 new file mode 100644 index 00000000000..fd69167ea16 --- /dev/null +++ b/Build/source/libs/libpaper/libpaper-src/man/paperinit.3 @@ -0,0 +1,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)
+
|