Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 366 Bytes

File metadata and controls

12 lines (9 loc) · 366 Bytes

About

This repo clones the stadnard printf function found in the stdio header It helsp the authors practices variadic functions in C

main.h

header file with prototype for all functions

choicer.c

The file is falsely named a it deals directly with printing strigs and not te choice

main.c

Provides a test case for the function aganist the dtanard printf