/printf

This is a repository for my first group project in ALX School.

Primary LanguageC

printf

Description

This is a team project that demonstrates a pseudo-recreation of the C standard library function, printf.

Usage

  • The function _printf writes output to standard output, according to a given format.
  • Upon successful return, _printf returns the number of characters printed (excluding the terminating null byte used to end output to strings). If an error is encountered, the function returns -1.

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

##Authors: