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

Name

cfp_putf - write back the possible changed configuration file

Synopsis


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

Description

Id is the previously acquired handle for the configuration file.

Return Value

The return value will be PASS of FAIL.

Errors

[ENOTTY]
Invalid handle.
[E2BIG]
A line has grown too big for the configuration file.
[EIO]
Something failed for an unknown reason.

See Also

cfp(4) .


Table of Contents