Benonking / printf

This repository is a basic implimentation of a printf function. The concepts used include dynamic memory allocation, pointers, variadic functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS project is about creating a prinf function given the specifiers

function.c this folder contasins functions that perform diffrent tasks as required by _printf

_printf.c print format of a character.

putchar.c writes the character c to stdout.

parser.c Receives the main string and all the necessary parameters to print a formated string.

main.h file contains the function prototypes.

function.c contains the function specifiers for the printf function.

About

This repository is a basic implimentation of a printf function. The concepts used include dynamic memory allocation, pointers, variadic functions


Languages

Language:C 100.0%