The _printf functions recreate the original printf functions with a litle bit of custom
- %c
- %s
- %S
- %d
- %i
- %x
- %X
- %p
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.
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