docs: update README
This commit is contained in:
parent
90dfaca10e
commit
ea713ef459
2 changed files with 9 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,8 +1,8 @@
|
|||
*
|
||||
|
||||
!.gitignore
|
||||
!LICENSE
|
||||
!examples/
|
||||
!examples/arena.c
|
||||
!examples/arena.cpp
|
||||
!arena.h
|
||||
!examples/*.c
|
||||
!examples/*.cpp
|
||||
!*.h
|
||||
!*README*
|
||||
|
|
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# ckit
|
||||
A minimal collection of reusable C headers
|
||||
|
||||
## Header List
|
||||
- [arena.h](arena.h): Minimal, Portable Freestanding Arena Allocator
|
Loading…
Add table
Add a link
Reference in a new issue