libc

libc
git clone http://194.87.232.205/libc
Log | Files | Refs | README

commit c0b75d778c8443884da13195b6806478fbfaf583
parent c04d22508c1612a8ba1c662a460cd5d5ecb9ccd5
Author: evenfri <evenfri@noreply.codeberg.org>
Date:   Mon, 27 Jul 2026 11:34:32 +0200

readme: update (#6)

Co-authored-by: evenfri <evenfri256@gmail.com>
Reviewed-on: https://codeberg.org/evenfri/libc/pulls/6

Diffstat:
MREADME | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -1,6 +1,6 @@ -=============================================================================== - README -=============================================================================== +libc +==== + Minimal freestanding C library (libc) for Linux x86_64 built from scratch without external system dependencies. @@ -49,4 +49,3 @@ Compile and link using freestanding flags: cc -ffreestanding -nostdlib -nostdinc -I. -c main.c -o main.o ld -o app main.o libc.a -===============================================================================