fixed endianess bug in printf
authorJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 5 Jan 2024 03:50:00 +0000 (05:50 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 5 Jan 2024 03:50:00 +0000 (05:50 +0200)
commit578b4d41607237f446b68604680ae519a497617c
treee0fed7129242f01bc3b6a64d76a08067d5691193
parent02dea8211d752a9a555af4c965f3ee0e03d0c4ae
fixed endianess bug in printf
.gdbinit [new file with mode: 0644]
Makefile
src/debug.h
src/libc/stdint.h [new file with mode: 0644]
src/libc/stdio.c
src/main.c