Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 534 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 534 Bytes

My Libs

This is a repo containing my libs for different languages

C library

Functions

For any precisions on how a function works, if you are on an IDE just include the right header and hover your mouse on the function you want to call and you will have a brief for the function otherwise you can just have a look at the header files.

Unit Tests

This library includes unit tests for every working functions and so it is tested at every push with Github Actions so you can have a look at the tests success or failure.