logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

paperinit, paperdone - begin and end using the paper library

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 library.  No function of the library
       should be called after a call to this function.

Name

       paperinit, paperdone - begin and end using the paper library

See Also

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

                                                24 September 1996                                   PAPERINIT(3)

Synopsys

#include<paper.h>voidpaperinit(void)voidpaperdone(void)

See Also