Programming without the standard library
- by Jaakko Moisio
- 20. tammikuuta 2020
The C standard library is essential when writing C programs, or almost anything in any language for that matter. But can you do without? Sure! In this post I'll show how to write hello world from scratch.