cfp_putstr(3) manual page
Table of Contents
cfp_putstr - replace string named by item
#include <cfht/cfht.h>#include <cfht/cfp.h>int cfp_putstr(id, name, addr)FILE_ID
id;char *name;char *addr;
libcfht.a
Id is the previously acquired
handle for the configuration file. Name is a string to match in the configuration
file for item identification. Addr is a pointer to the new string data.
The return value will be PASS or FAIL.
- [ENOTTY]
- Invalid handle.
- [E2BIG]
- New data too large for old file.
- [E10]
- Something failed for an unknown
reason.
cfp(4)
.
Table of Contents