Blame doc/libraryapi.rst

Packit 1422b7
Library API
Packit 1422b7
===========
Packit 1422b7
Packit 1422b7
To use the library, include liblognorm.h (which is quoted below) into your code.
Packit 1422b7
The API is fairly simple and hardly needs further explanations.
Packit 1422b7
Packit 1422b7
.. literalinclude:: ../src/liblognorm.h
Packit 1422b7
	:start-after: #define LIBLOGNORM_H_INCLUDED
Packit 1422b7
	:end-before: #endif
Packit 1422b7
	:language: c