This project aims at creating a function that can print formatted output to the console. The function takes a format string as input, which specifies how the output should be formatted, and a variable number of arguments, which contain the data to be printed. The function then processes the format string and outputs the formatted data to the console.
-All our files are compiled on Ubuntu 20.04 LTS and our code compiled using $ gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c
- No global variables used
- No more than 5 functions per file
- Our code uses the Betty style. It will be checked using betty-style.pl and betty-doc.pl
- header files are include guarded
The formidable duo Polycarp Moigo and Mercy Njuguna