Skip to content

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

Notifications You must be signed in to change notification settings

Benonking/printf

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages