Skip to content

Instantly share code, notes, and snippets.

View danielsource's full-sized avatar
🪲
-Wall -Wextra -Wpedantic

Daniel de Lima Franceschetti danielsource

🪲
-Wall -Wextra -Wpedantic
View GitHub Profile
@tcoppex
tcoppex / c_nostd.txt
Last active June 12, 2025 19:02
Writing C software without the standard library [Linux Edition] - Franc[e]sco's Gopherspace
###################################################################
Writing C software without the standard library
Linux Edition
###################################################################
There are many tutorials on the web that explain how to build a
simple hello world in C without the libc on AMD64, but most of them
stop there.
I will provide a more complete explanation that will allow you to
build yourself a little framework to write more complex programs.