manolobkno08 / printf

This repository contains our own printf function created through the Holberton School knowledge base.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_printf

This repository contains the files that compose the development of our own _printf function in the C development language.

Prototype

Prototype: int _printf(const char *, ...);

Flowchart

alt text

Files

  • holberton.h -> This file contains the prototype functions, the structure and the necessary libraries.

  • printf_functions.c -> This file contains the functions that the main file executes to return the final string.

  • printf.c -> This file contains the list of structures, the cycles that traverse our array and call the functions in the interaction of the specifiers, and finally returns and prints the string.

  • putchar.c -> This file contains our main function for printing characters.

Authors

Manuel Alejandro Gomez | Twitter

Shannel Bejarano

About

This repository contains our own printf function created through the Holberton School knowledge base.


Languages

Language:C 100.0%