Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 364 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 364 Bytes

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.