Skip to content

Sinyonar0623/My_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

About this project

Developing a mimic of printf

This project focuses on creating a custom function similar to printf, but with limited format specifiers: %c, %s, %p, %d, %i, %x, %X, and %%, without using the flags # or +. The main goal is to gain a deep understanding of how the printf function works internally. Additionally, this project emphasizes recursive thinking and further develops logical problem-solving abilities.

About

printf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors