File: libconfuse-doc.doc-base.tutorial

package info (click to toggle)
confuse 3.2.2%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,840 kB
  • sloc: sh: 5,180; ansic: 4,584; lex: 440; xml: 439; makefile: 188; sed: 16
file content (21 lines) | stat: -rw-r--r-- 741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Document: libconfuse-tutorial
Title: The libConfuse Tutorial
Author: Martin Hedenfalk
Abstract: 
 This tutorial explains how to introduce libConfuse in an 
 existing program.
 .
 libConfuse is a configuration file parser library written in C. It
 supports sections and (lists of) values (strings, integers, floats,
 booleans or other sections), as well as some other features (such as
 single/double-quoted strings, environment variable expansion, functions
 and nested include statements).
 .
 It makes it very easy to add configuration file capability to a
 program using a simple API.
Section: Programming/C

Format: HTML
Index: /usr/share/doc/libconfuse-doc/tutorial-html/index.html
Files: /usr/share/doc/libconfuse-doc/tutorial-html/*