Skip to content

juhanse/42-ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf ✅

Welcome to ft_printf, a project where I recreated the famous printf function in C.

Features

The ft_printf function supports the following features:

  • Common conversions:

    • %c : character
    • %s : string
    • %d / %i : signed integer
    • %u : unsigned integer
    • %x / %X : hexadecimal (lowercase/uppercase)
    • %p : pointer
    • %% : to print %
  • Handling of precision and width for supported conversions.

Disclaimer

This project is for educational purposes only. Its goal is to help understand the mechanics of printf. It is not intended to be copied or used in production. Learn, don’t cheat! ❌

About

I recreated the famous printf function in C

Resources

Stars

Watchers

Forks

Contributors