We have created a fuction printf similar to the real printf. The function should product an output acording to a specific format just like printf
Manual: man_3_printfFiles and Description
| File | Description |
|---|---|
| _putchar.c | Writes a character to the standard output. |
| _printf.c | Function that prints like printf |
| print_number.c | Function that prints an integer number |
| holberton.h | Header file that contains our prototypes and includes. |
| print_octal.c | Converts decimal to octal numbers. |
| print_unsigned.c | Prints unsigned integers. |
| _printstring.c | Prints the strings you want. |
| man_3_printf | Our beautiful manual with full documentation. |
| print_bi.c | Converts decimals to binarys |
| print_hexalower.c | Prints hexadecimals in lowercase |
| print_hexaup.c | Prints hexadecimals in UPPERCASE |
| print_rev.c | Prints a string in reverse |
| rot13.c | Encodes to rot13 |
Authors: Michael Sosa and Diego Vivas for Holberton School 2019