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

Name

cfp_getsiz - retrieve size of string named by item

Synopsis


#include <cfht/cfht.h>#include <cfht/cfp.h>int cfp_getsiz(id, name)FILE_ID id;char
*name;
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.

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.

Return Value

The return value will be the size of the string. Failure is indicated by returning FAIL.

Errors

[EIO]
Something failed for an unknown reason.

See Also

cfp(4) .

Warnings


Table of Contents