doc: define runtime library
This commit is contained in:
parent
e4ee7891a4
commit
d636339abe
1 changed files with 11 additions and 0 deletions
11
doc/src/03100-lib-rt.md
Normal file
11
doc/src/03100-lib-rt.md
Normal 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.
|
||||
|
Loading…
Reference in a new issue