Skip to content

GinaldoFT/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

libft cover

πŸ–¨οΈ ft_printf

A custom implementation of the standard printf function in C. This project replicates the behavior of printf, including format parsing and handling various data types β€” all without using the standard C library.


πŸ” Project Overview

The goal of ft_printf is to recreate the standard printf function, handling formatted output with precision and performance. It's a core project at 42 that requires deep understanding of variadic functions, memory management, and string formatting.

ft_printf badge


βœ… Supported Conversions

Your ft_printf handles the following format specifiers:

Specifier Description
%c Character
%s String
%p Pointer address
%d Signed decimal int
%i Signed decimal int
%u Unsigned decimal int
%x Hex (lowercase)
%X Hex (uppercase)
%% Literal %

About

reimplementation of the C printf function

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published