This is a group project for holberton school.
The purpose is to write our own printf function using C language.
In addition, designing our custom formatting specification for any occasion.
The purpose of this project is to Combine the knowledge we gained through doing various C exercices in a single tool
In order to use our printf function follow the next steps:
- Clone the repository
- Create your own main.c file or use our's where you make the call for _printf: main.c
- compile with this command:
$gcc -Wall -Werror -Wextra -pedantic *.c
-
Handle the following flag characters (+, #, space)
-
Handle length modifier l, h
-
fix the format %b bug
Boufaden Ala
Kaabi Ahlem


