cfp_putf(3) manual page
Table of Contents
cfp_putf - write back the possible changed configuration file
#include <cfht/cfht.h>#include <cfht/cfp.h>PASSFAIL cfp_putf(id)FILE_ID id;
libcfht.a
Id
is the previously acquired handle for the configuration file.
The
return value will be PASS of FAIL.
- [ENOTTY]
- Invalid handle.
- [E2BIG]
- A
line has grown too big for the configuration file.
- [EIO]
- Something failed
for an unknown reason.
cfp(4)
.
Table of Contents