Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pikmin-rgb/ft_printf
Because ft_putnbr() and ft_putstr() aren’t enough
https://github.com/pikmin-rgb/ft_printf
c function makefile school-project
Last synced: about 7 hours ago
JSON representation
Because ft_putnbr() and ft_putstr() aren’t enough
- Host: GitHub
- URL: https://github.com/pikmin-rgb/ft_printf
- Owner: pikmin-rgb
- Created: 2021-02-04T10:22:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T19:15:13.000Z (almost 3 years ago)
- Last Synced: 2024-11-22T04:42:10.585Z (about 2 months ago)
- Topics: c, function, makefile, school-project
- Language: C
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ft_printf
The goal of this project is pretty straightforward. You will recode printf().
You will mainly learn about using a variable number of arguments.⚠️ **NO BONUS** ⚠️
This version of ft_printf support the following conversions : cspdiuxX%
This project has been validated with a score of 100/100.