printf: printf.c gcc -Wall -Wextra -Werror -O2 -std=c99 -pedantic -o printf printf.c clean: rm -f printf printf.o