Skip to content

maluojuara/42Lisbon_ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Printf

Intro

Stars Size Lines of code Activity

🗯️ Printf is a 42 school project. The goal of this project is to recode the printf() function in C language.

The instructions were given in the subject.

Parameters

% type
%c character
%s string
%p pointer
%d decimal signed integer
%i integer
%u unsigned integer
%x hex integer (lowercase)
%X hex integer (uppercase)
%% just the %

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published