Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 191 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 191 Bytes

This is my own implementation of printf from as scratch as possible 🙂. Right now i am using only write syscall form unistd header file. if possible i will write it from scratch in future.