Skip to content

Instantly share code, notes, and snippets.

View Vortyy's full-sized avatar
😶

Vortyy Vortyy

😶
View GitHub Profile
@tcoppex
tcoppex / c_nostd.txt
Last active April 22, 2025 14:41
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.