Skip to content

This project recreates the printf function from scratch, learning how to handle variable arguments and format different data types (%d, %s, %x, etc.) into readable output. It's a deep dive into how one of C's most essential functions actually works. Project done @42Lisboa.

Notifications You must be signed in to change notification settings

acmmarques/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

About

This project recreates the printf function from scratch, learning how to handle variable arguments and format different data types (%d, %s, %x, etc.) into readable output. It's a deep dive into how one of C's most essential functions actually works. Project done @42Lisboa.

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors