Skip to content

mikesosa/printf

Repository files navigation

printf

Description

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_printf

Files 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

About

This repo was made by Michael Sosa and Diego Vivas for the first peer project at Holberton School (Create our own printf function)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages