Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

cfg_defvalue_t (3)

Name

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

Synopsis

#include <confuse.h>

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

Description

cfg_defvalue_t(3)                   confuse                  cfg_defvalue_t(3)



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


SYNOPSIS
       #include <confuse.h>

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

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


Author
       Generated automatically by Doxygen for confuse from the source code.



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+--------------------+
       |ATTRIBUTE TYPE |  ATTRIBUTE VALUE   |
       +---------------+--------------------+
       |Availability   | library/libconfuse |
       +---------------+--------------------+
       |Stability      | Uncommitted        |
       +---------------+--------------------+

NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       https://github.com/martinh/libconfuse/releases/download/v3.2/confuse-3.2.tar.gz.

       Further information about this software can be found on the open source
       community website at https://github.com/martinh/libconfuse.



Version 3.2                     Sat Jun 3 2017               cfg_defvalue_t(3)