/printf

A team implementation of the `printf` function.

Primary LanguageC

The printf function

A team implementation of a custom printf function

Compiling:

Program will be compiled this way:

$ gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c

By: Patrick A. Noblet and Lawson Israel Pascal