Skip to content

Repository files navigation

VerLib

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#.

Genesis

This library was invented to help me with versioning in StrayexOS!

Usage of VerLib

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.

TODO

List of what I would like to be done in VerLib and it's repository!

Contact

If you have any suggestions or you want to ask me for something, go to official Strayex Discord Server!

About

C library for version management in-code!

Topics

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

Generated from StraykerPL/PaternRepo