/lib

Morphux C Libraries

Primary LanguageCApache License 2.0Apache-2.0


      Coverity Scan Build Status   Codecov

Morphux/lib

Morphux C Development Library

InstallTestUseDocumentation

Install

Clone the repository

git clone https://github.com/Morphux/lib.git

Compile

make

Test

Dependencies

valgrind

Basic Tests

make -C tests check

Memory Tests

make -C tests valgrind

Use

Compile with the following options

gcc [...] -Llib/ -lmorphux -Ilib/inc 

Of course, lib directory must exist.

In code:

#include <morphux.h>

Documentation

Dependencies

doxygen

Generate it:

make doc