Skip to content

lburkinshaw/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf 🖨️

Replicating the standard printf function in C

A project created as part of my studies at Hive Helsinki.

This project replicates the basic functionality of the printf function, working with the specifiers c, s, p, d, i, u, x, X, and %. It was my first experience using variadic functions and processing a variety of arguments to print out characters, strings, pointers, integers, hexadecimals, etc.

About

Replicating the standard printf function in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published