docs: update README

This commit is contained in:
Kevin ALavik 2025-06-08 01:02:23 +02:00
parent 90dfaca10e
commit ea713ef459
2 changed files with 9 additions and 4 deletions

8
.gitignore vendored
View file

@ -1,8 +1,8 @@
* *
!.gitignore !.gitignore
!LICENSE !LICENSE
!examples/ !examples/
!examples/arena.c !examples/*.c
!examples/arena.cpp !examples/*.cpp
!arena.h !*.h
!*README*

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# ckit
A minimal collection of reusable C headers
## Header List
- [arena.h](arena.h): Minimal, Portable Freestanding Arena Allocator