Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

19Jillian89/ft_printf

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
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

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.