Writing your own "print" function
It won't be a fully functioning printf function like the one from Glibc. it will only print a single argument and won't accepts arbitrary arguments. that's why I called it
It won't be a fully functioning printf function like the one from Glibc. it will only print a single argument and won't accepts arbitrary arguments. that's why I called it print instead of printf so no formatting is happening :) I still remember when I was learning C language at
May 24, 2026