Edu2metros / ft_printf

This project reproduces a portion of the printf function in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

printf FT_Printf!

The "ft_printf" project at École 42 is a programming task that challenges students to recreate a simplified version of the printf function from the C language. The printf function is used to print formatted text in a C program and is one of the most commonly used functions in C programming. The goal of the "ft_printf" project is to enable students to develop a deep understanding of the formatting specifications of the printf function and how it operates internally.

About

This project reproduces a portion of the printf function in C.


Languages

Language:C 89.2%Language:Makefile 10.8%