Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 291 Bytes

libraryapi.rst

File metadata and controls

10 lines (8 loc) · 291 Bytes

Library API

To use the library, include liblognorm.h (which is quoted below) into your code. The API is fairly simple and hardly needs further explanations.

.. literalinclude:: ../src/liblognorm.h
        :start-after: #define LIBLOGNORM_H_INCLUDED
        :end-before: #endif
        :language: c