File: libconfuse-doc.doc-base.tutorial

package info (click to toggle)
libconfuse 3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,192 kB
  • sloc: ansic: 5,532; lex: 451; xml: 439; makefile: 213; sh: 39
file content (21 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (3)
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-dev/tutorial-html/index.html
Files: /usr/share/doc/libconfuse-dev/tutorial-html/*