Commit Graph

3 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 988420a27c
Add attributes to functions, remove inline functions
For some reasons, I cannot compile correctly this library with inline
functions using Meson and Ninja (commit adding Meson build file
incoming).

Some attributes are also added, such as an attribute for all functions
receiving pointers as arguments telling these arguments cannot be null.
2020-10-26 21:35:37 +01:00
Lucien Cartier-Tilet 8e29343f3e
Huge refactor, documentation incoming 2020-10-07 17:14:23 +02:00
Lucien Cartier-Tilet 1e86a8736f
Initial commit
The code has not yet been tested, the only “test” is the static code
analysis from within Emacs with LSP with clangd as its backend
2020-10-03 16:07:26 +02:00