diff --git a/doc/src/03100-lib-rt.md b/doc/src/03100-lib-rt.md new file mode 100644 index 00000000..67e6f10d --- /dev/null +++ b/doc/src/03100-lib-rt.md @@ -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. +