This is simple C library for version management in your projects. This library allows to manage the version data in app, like "Version" class in C#.
This library was invented to help me with versioning in StrayexOS!
To use VerLib in your project download two files: "verlib.c" and "verlib.h". Add them to your project's files.
In your project's source file add preprocessor's instruction #include "verlib.h"
. After that library is ready to use!
To check, what functions you have, open "verlib.h" to list them.
List of what I would like to be done in VerLib and it's repository!
If you have any suggestions or you want to ask me for something, go to official Strayex Discord Server!