cfp_getsiz(3) manual page
Table of Contents
cfp_getsiz - retrieve size of string named by item
#include <cfht/cfht.h>#include <cfht/cfp.h>int cfp_getsiz(id, name)FILE_ID id;char
*name;
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.
White space and separators between the item name and the string are not
counted. The trailing newline character and any comment are also not counted.
The return value will be the size of the string. Failure is
indicated by returning FAIL.
- [EIO]
- Something failed for an unknown
reason.
cfp(4)
.
Table of Contents