|
1 | | -# Ft_printf |
| 1 | +<header> |
| 2 | +<h1 align="center"> |
| 3 | + <a href="https://github.com/jdecorte-be/ft-printf"><img src=".assets/banner.png" alt="ft-printf" ></a> |
| 4 | + ft-printf |
| 5 | + <br> |
| 6 | +</h1> |
| 7 | + |
| 8 | +<p align="center"> |
| 9 | + A custom implementation of the C standard library's printf function. This project is part of the 42 school curriculum, handling various format specifiers. |
| 10 | +</p> |
| 11 | + |
| 12 | +<p align="center"> |
| 13 | +<a href="https://www.42.fr/"> |
| 14 | + <img src="https://img.shields.io/badge/42-School%20Project-00b8d4?logo=42&logoColor=white&labelColor=000000" |
| 15 | + alt="42 School Project"> |
| 16 | + </a> |
| 17 | +<a href="#"> |
| 18 | + <img src="https://img.shields.io/badge/Focus-Libc%20Re--implementation-555?logo=c&logoColor=white&labelColor=000000" |
| 19 | + alt="Focus Libc Re-implementation"> |
| 20 | + </a> |
| 21 | +<a href="#"> |
| 22 | + <img src="https://img.shields.io/badge/Type-Static%20Library-blue?logo=books&logoColor=white&labelColor=000000" |
| 23 | + alt="Type Static Library"> |
| 24 | + </a> |
| 25 | +<a href="#"> |
| 26 | + <img src="https://img.shields.io/badge/Standard-C99-A8B9CC?logo=c&logoColor=white&labelColor=000000" |
| 27 | + alt="Standard C99"> |
| 28 | + </a> |
| 29 | +</p> |
| 30 | + |
| 31 | +<p align="center"> |
| 32 | +<a href="#"> |
| 33 | + <img src="https://img.shields.io/badge/Platform-Linux%20%7C%20macOS-lightgrey?logo=linux&logoColor=white&labelColor=000000" |
| 34 | + alt="Platform Linux | macOS"> |
| 35 | + </a> |
| 36 | + <a href="https://github.com/jdecorte-be/ft-printf/blob/master/LICENSE"> |
| 37 | + <img src="https://img.shields.io/badge/License-GPL--3.0-AE81FF?labelColor=000000" |
| 38 | + alt="ft-printf license"> |
| 39 | + </a> |
| 40 | + <a href="https://github.com/jdecorte-be/ft-printf/stargazers"> |
| 41 | + <img src="https://img.shields.io/github/stars/jdecorte-be/ft-printf?logo=star&logoColor=white&labelColor=000000&color=E6DB74" |
| 42 | + alt="ft-printf stars"> |
| 43 | + </a> |
| 44 | + <a href="https://github.com/jdecorte-be/ft-printf/issues"> |
| 45 | + <img src="https://img.shields.io/github/issues/jdecorte-be/ft-printf?logoColor=white&labelColor=000000&color=orange" |
| 46 | + alt="ft-printf issues"> |
| 47 | + </a> |
| 48 | + <a href="https://github.com/jdecorte-be/ft-printf"> |
| 49 | + <img src="https://img.shields.io/github/repo-size/jdecorte-be/ft-printf?logo=database&logoColor=white&labelColor=000000&color=AE81FF" |
| 50 | + alt="ft-printf repo size"> |
| 51 | + </a> |
| 52 | + <a href="https://github.com/jdecorte-be/ft-printf"> |
| 53 | + <img src="https://img.shields.io/github/languages/top/jdecorte-be/ft-printf?logo=code&logoColor=white&labelColor=000000&color=A6E22E" |
| 54 | + alt="ft-printf top language"> |
| 55 | + </a> |
| 56 | +</p> |
| 57 | +<p align="center"> |
| 58 | + <a href="#ftprintf">Ft_printf</a> • |
| 59 | + <a href="#some-examples">Some examples</a> • |
| 60 | + <a href="#output">Output:</a> |
| 61 | +</p> |
| 62 | +</header> |
| 63 | + |
2 | 64 | Recoding the libc’s printf function! |
3 | 65 |
|
4 | 66 | ##### Status |
|
0 commit comments