Logo
Explore Help
Sign In
Kwarde/klibc
1
0
Fork 0
You've already forked klibc
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
66 Commits 1 Branch 0 Tags
232d50576ffc26d981f3d2aaa0a64fb996bd3424
Go to file
Clone
Open with VS Code Open with VSCodium Open with Intellij IDEA
Download ZIP Download TAR.GZ Download BUNDLE
Kwarde 232d50576f Add perror() (currently only errors 1-34 from asm-generic/errno-base.h)
2025-06-26 09:29:54 +02:00
.gitignore
Adds fopen(), fwrite(), fclose()
2025-06-25 09:38:42 +02:00
console.asm
Add perror() (currently only errors 1-34 from asm-generic/errno-base.h)
2025-06-26 09:29:54 +02:00
constants.asm
Get rid of gcc, adds exit()
2025-06-25 14:58:02 +02:00
core.asm
Get rid of unneeded function prologues/epilogues
2025-06-26 07:23:29 +02:00
file.asm
Get rid of unneeded function prologues/epilogues
2025-06-26 07:23:29 +02:00
makefile
printf(): Don't push and pop rsi before/after itoa (rsi is modified anyway)
2025-06-25 20:52:52 +02:00
README.md
Update README (C lib -> C-like lib, since it doesn't mimic the true C library anymore)
2025-06-25 15:06:12 +02:00
string.asm
Get rid of unneeded function prologues/epilogues
2025-06-26 07:23:29 +02:00
tests.asm
Add perror() (currently only errors 1-34 from asm-generic/errno-base.h)
2025-06-26 09:29:54 +02:00

README.md

klibc.
Very minimal C-like library written in x64 asm (Intel 64/IA-32)

Description
No description provided
Readme 234 KiB
Languages
Assembly 95.6%
Makefile 4.4%
Powered by Gitea Version: 1.24.2 Page: 184ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API