Skip to content

Project of a function that prints formatted output (printf)

Notifications You must be signed in to change notification settings

dalexach/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

printf

This is a project with a function (_printf) that mimics the behavior and functionality of the function"printf" from the standard library of C programming language.

Files

File Description
printf.c Is a variadic function that captures the arguments from a list "va_list" and integrates all the functions to print according to a format
putchar.c Function that prints a character
print_functions.c Contains the functions that print the given format
holberton.h header file that contains the structure and prototypes of the project
pick_function.c Function that evaluates cases to choose an action to execute

Authors

Daniela Gómez Daniela Chamorro

About

Project of a function that prints formatted output (printf)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages