/printf

A custom Printf function

Primary LanguageC

A custom Printf

This is a custom Printf project which aims to replicate the printf in C.

Compilation

To compile this project run this at the root of the directory

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

This will compile all three files (main.c, printf.c, and _putchar.c) and output the executable file my_program.