Tiny utils library in C.
Go to file
Madeorsk a98502b1bb
Some checks failed
continuous-integration/drone/push Build is failing
Fix warning on onsigint function argument.
2023-07-15 19:08:42 +02:00
include/ksr Fix warning about function definitions without argument. 2023-07-15 14:44:35 +02:00
src Fix warning on onsigint function argument. 2023-07-15 19:08:42 +02:00
tests Add an error system, with its function result system that can carry a value and an error at the same time. 2023-02-12 17:38:57 +01:00
.drone.yml Setup Drone automatic tests. 2021-08-06 16:18:16 +02:00
.gitignore Create first structures and functions. 2021-07-31 19:06:57 +02:00
gcovr.cfg Create first structures and functions. 2021-07-31 19:06:57 +02:00
LICENSE Fix license details. 2021-07-30 19:20:53 +02:00
meson.build Add an error system, with its function result system that can carry a value and an error at the same time. 2023-02-12 17:38:57 +01:00
README.md Setup Drone automatic tests. 2021-08-06 16:18:16 +02:00

libksr

Build Status

Tiny utils library in C.