logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cfg_defvalue_t - Data structure holding the default value given by the initialization macros.

Author

       Generated automatically by Doxygen for confuse from the source code.

confuse                                            Version 3.3                                 cfg_defvalue_t(3)

Detailed Description

       Data structure holding the default value given by the initialization macros.

Name

       cfg_defvalue_t - Data structure holding the default value given by the initialization macros.

Synopsis

       #include <confuse.h>

   DataFields
       long int number
           default integer value
       double fpnumber
           default floating point value
       cfg_bool_tboolean
           default boolean value
       const char * string
           default string value
       char * parsed
           default value that is parsed by libConfuse, used for lists and functions

See Also