Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leogaudin/ft_printf
- Owner: leogaudin
- Created: 2023-04-14T12:42:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T11:17:02.000Z (8 months ago)
- Last Synced: 2024-04-16T02:12:51.277Z (7 months ago)
- Topics: 42, 42cursus, ft-printf, printf, printf-42
- Language: C
- Homepage:
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ft_printf
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: