Skip to content

rkyslyy/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf

Description

This project is a recoding of the libc’s printf function.

Following flags are supported:

%d
%D
%i
%x
%X
%o
%O
%u
%U
%p
%s
%S
%c
%C

The Norm

Project is written in accordance with the Norm (SNAKE_CASE, maximum of 25 lines per function, tabulations before function names etc).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published