Holberton School: Custom Printf Project

Created by Elijah Poole and Courtney Graham

Fall 2023

Introduction:

This project is intended to recreate a custom version of the C standard library function PRINTF which prints formatted output and returns the amount of bytes used to print to standard output. It accomplishes this by utilizing an array of function pointers and loops to iterate through input, searching for format specifiers and then executing functions based on that specifier.

FILES:
FORMAT SPECIFIERS:

Flowchart (attempt)