Add Makefile, gitignore and (empty-ish) source files

This commit is contained in:
2025-07-05 01:11:30 +02:00
parent 07b6ed5a34
commit e12b8f0365
9 changed files with 57 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
Minimal C-like library written in x64 assembly (Intel 64) - let's call it C-.
Minimal C-like library written in x64 assembly (Intel 64) - let's call it C- and/or klibc.
NOT usable for production - written for study purposes only.