Skip to content

LaercioCandido/42-ft_printf

Repository files navigation

42-ft_printf

The aim of this projetc was to recreate the function printf using C language (stdio library)

To execute this program, just type make in your terminal
To delete the objects and the executable file, type make fclean

This implementation cover the following set of flags, length modifiers and conversions, besides the availability of the width and precision modifiers:

Flags

Flag Description
- Align replaced text to the left when enough width is given
0 Add '0' as a padding character in numeric conversions

Conversions

Conversion Description
c int converted to ASCII char
s NULL - terminated string
p Pointer memory address
d int in decimal base
i int in decimal base
x int in hex base (lowercase)
X int in hex base (uppercase)
% '%' char literal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors