Refactor utility functions into static library
authorPetr Štetiar <ynezz@true.cz>
Sun, 11 Oct 2020 10:43:40 +0000 (12:43 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 27 Oct 2020 22:03:04 +0000 (23:03 +0100)
commit6b0615b728ede4290c15526b3ed0151d9d78da91
tree7687eb331de6b6c61e3d1f1a7895213b84e55267
parenta0ed2c9a7a725781f8d3d5cb3524665273f0dd68
Refactor utility functions into static library

For reusability during testing.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
CMakeLists.txt
main.c
util.c [new file with mode: 0644]
util.h [new file with mode: 0644]