Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leogaudin/ft_printf

A library that contains ft_printf(), a function that mimics the original printf() function.
https://github.com/leogaudin/ft_printf

42 42cursus ft-printf printf printf-42

Last synced: 4 days ago
JSON representation

A library that contains ft_printf(), a function that mimics the original printf() function.

Awesome Lists containing this project

README

        

ft_printf






wakatime

Mandatory part



Element
Status




%c
:white_check_mark:


%s
:white_check_mark:


%p
:white_check_mark:


%d
:white_check_mark:


%i
:white_check_mark:


%u
:white_check_mark:


%x
:white_check_mark:


%X
:white_check_mark:


%%
:white_check_mark:

Bonus part



Element
Status




-
:x:


0
:x:


.
:x:


#
:white_check_mark:



:white_check_mark:


+
:white_check_mark: