Skip to content

rb5014/holbertonschool-printf

Repository files navigation

_printf functions

The _printf functions recreate the original printf functions with a litle bit of custom

Authors

Features or Specifiers handled

  • %c
  • %s
  • %S
  • %d
  • %i
  • %x
  • %X
  • %p

Edition

    All files are edited using emacs or vim, they all end with a new
    line.
    All the filles are written using the Betty style.
    The maximum of functions per file is 5.

Compilation

    All the files are compiled on Ubuntu 20.04 LTS using gg, using the
    options -Wall -Werror -Wextra -pedantic -std=gnu89 -Wno-format
    The prototypes of all the functions are included in the header file
    called main.h

About

Recreate the function printf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages