Skip to content

nickuchida/printf

Repository files navigation

0x11. C - printf

General

This project is a recreation of the printf function from the standard C library. It returns the number of characters in the argument received and prints data. Man man_3_printf for more details.

Compilation

gcc -Wall -Werror -Wextra -pedantic *.c

Requirements

The following are Holberton's requirements.

  • No more than 5 functions per file.
  • Prototypes of all functions are in header holberton.h.
  • All programs and functions were compiled with gcc 4.8.4 using flags -Wall -Werror -Wextra and -pedantic.

Authors

Ariana Bibiano

Nick Uchida

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages