Skip to content

A custom implementation of the C standard printf() function, built as part of the 42 Common Core curriculum.

Notifications You must be signed in to change notification settings

19Jillian89/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ft_printf

Language Score Status Bonus 42


πŸ” Project Overview

The goal of this project is to recreate the C printf() function, mimicking its behavior and supporting a set of common format specifiers.


βœ… Implemented Features

Specifier Description
%c Prints a single character
%s Prints a string
%p Prints a pointer in hexadecimal format
%d Prints a decimal (base 10) number
%i Prints an integer in base 10
%u Prints an unsigned decimal (base 10) number
%x Prints a number in lowercase hexadecimal
%X Prints a number in uppercase hexadecimal
%% Prints a percent sign

πŸ“„ License

This project is for educational purposes only and is part of the 42 Common Core curriculum. 42 Common Core curriculum,


πŸ”— If you found this project helpful or interesting, consider supporting it by starring ⭐️ or forking.

About

A custom implementation of the C standard printf() function, built as part of the 42 Common Core curriculum.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published