Skip to content

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

 
 
 

Contributors