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