Commit aaa05c9

kravantokh <kravantokh@noreply.codeberg.org>
2026-03-06 16:13:59
Initial commit.
Changed files (2)
.gitignore
@@ -0,0 +1,1 @@
+/compile_flags.txt
README.md
@@ -0,0 +1,8 @@
+# Kravantokh's C library
+
+A minimal, portable header-only C library meant to provide a bunch of useful functionality, ideally across multiple platforms. Consider linux the default platform.
+
+
+# Usage
+
+This repo is meant to be used as a git submodule in any project you want to use it it. The include paths are convieved so that they are reasonable if you add this repo's root to the include paths of your compiler.