libcfg+
0.7.0
Main Page
Related Pages
Data Structures
Files
File List
Globals
src
cfgfile.h
Go to the documentation of this file.
1
/*
2
* libcfg+ - precise command line & config file parsing library
3
*
4
* cfgfile.h - config file parsing header file
5
* ____________________________________________________________
6
*
7
* Developed by Ondrej Jombik <nepto@platon.sk>
8
* and Lubomir Host <rajo@platon.sk>
9
* Copyright (c) 2001-2015 Platon Group, http://platon.sk/
10
* All rights reserved.
11
*
12
* See README file for more information about this software.
13
* See COPYING file for license information.
14
*
15
* Download the latest version from
16
* http://opensource.platon.sk/projects/libcfg+/
17
*/
18
19
/* $Platon: libcfg+/src/cfgfile.h,v 1.14 2015/09/12 04:04:50 nepto Exp $ */
20
30
#ifndef _PLATON_CFG_CFGFILE_H
31
#define _PLATON_CFG_CFGFILE_H
32
43
int
cfg_cfgfile_get_next_opt
(
const
CFG_CONTEXT
con);
44
45
#endif
/* _PLATON_CFG_CFGFILE_H */
46
cfg_cfgfile_get_next_opt
int cfg_cfgfile_get_next_opt(const CFG_CONTEXT con)
Parse next config file option(s) and return its value (if non-zero) or error code.
cfg_context
Main structure for defining context.
Definition:
cfg+.h:427
libcfg+ developer documentation generated by
Doxygen