Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 755 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 755 Bytes

_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