[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    cfp_finish(3) manual page Table of Contents

Name

cfp_finish - release resources used by parse routines

Synopsis


#include <cfht/cfht.h>#include <cfht/cfp.h>PASSFAIL cfp_finish(id)FILE_ID id;
libcfht.a

Description

Give up all runtime resources for specified configuration file. Id is the previously acquired handle for the configuration file.

Return Value

The return value will be PASS or FAIL.

Errors

[ENOTTY]
invalid handle.

See Also

cfp(4) .

Warnings


Table of Contents