Skip to content

Bilal-Abubakari/printf

Repository files navigation

Printf

Objective:

  • Recreate the C library printf

Requirements:

  • Files should be compiled with gcc 4.8.4
  • No more than 5 functions per file
  • Files should end with a new line
  • No global variables allowed

_putchar

  • this function prints an individual character (similar to standard library putchar)

printf

  • The core function where the buffer is defined and freed. All other functions are called from here

holberton.h

  • Header file that contains prototypes for all the functions and a struct holding a function and a character

man_3_printf

  • Custom man page Create a man page for your function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages