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

Name

FN_attrvalue_t - an XFN attribute value

Synopsis

cc [ flag ... ] file ... -lxfn [ library ... ]


#include <xfn/xfn.h>

Description

The type FN_attrvalue_t is used to represent the contents of a single attribute value, within an attribute of type FN_attribute_t.

The representation of this structure is defined by XFN as follows:


typedef struct {size_t length;void *contents;} FN_attrvalue_t;

See Also

FN_attribute_t(3N) , fn_attr_get_values(3N) , xfn(3N)


Table of Contents