doc: define runtime library

This commit is contained in:
Matthias Beyer 2016-01-11 17:13:09 +01:00
parent e4ee7891a4
commit d636339abe
1 changed files with 11 additions and 0 deletions

11
doc/src/03100-lib-rt.md Normal file
View File

@ -0,0 +1,11 @@
# librt {#sec:librt}
The runtime library provides types and functions which MUST be used by the
modules to implement the commandline interface, configuration file parsing and
logging.
The runtime library provides basic functionality for configuration file parsing
and logging setup.
The runtime library also provides helper functions for building a commandline
interface.