Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.23 KB

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 %