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

Name

cfp_putstr - replace string named by item

Synopsis


#include <cfht/cfht.h>#include <cfht/cfp.h>int cfp_putstr(id, name, addr)FILE_ID
id;char *name;char *addr;
libcfht.a

Description

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.

Return Value

The return value will be PASS or FAIL.

Errors

[ENOTTY]
Invalid handle.
[E2BIG]
New data too large for old file.
[E10]
Something failed for an unknown reason.

See Also

cfp(4) .


Table of Contents