Skip to content

exclud/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published