Skip to content

Ziko909/ft_printf_42Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ft_printf_42Network βœ…

The Purpose Of This Project It Is Knowing how to create a program similar to a printf well-known function in a language C and knowing its properties and how it work.

> Project Content

Mandatory Part πŸ‘¨πŸ»β€πŸ’»

In This Part I Work To Hundling This Format In My Own Fonction βœ…

%s : For Print A String Into The Stendard Output [1] πŸ”°

%c : For Print A Character Into The Standard Output [1]. πŸ”°

%d : For Print Decimal Format Into The Standard Output [1]. πŸ”°

%x : For Print With Hexadecimal (Base 16) Format (Lowercase) Into The Standard Output [1]. πŸ”°

%X : For Print With Hexadecimal (Base 16) Format (Upper-Case) Into The Standard Output [1]. πŸ”°

%p : For Print (Void *) With Hexadecimal Into The Standard Output [1]. πŸ”°

%u : For Print Unsigned Decimal (Base 10) Into The Standard Output [1] . πŸ”°

%i : For Print Integer Into The Standard Output [1]. πŸ”°

Bonus Part πŸ‘¨πŸ»β€πŸ’»

In This Part I Was Add Flags In The Program βœ…

'+' : Print The Sign (+ or -) Before The Number. πŸ”°

'Space' : Print a space before a positive value not printed with the + flag. πŸ”°

'#' : Print The 0x Before The Hexadecimal (Base 16). πŸ”°

Project Aim >

In This Project I Saw The Varidiac Functions And Their Features It Is Great Type Of Functions It is capable of receiving an unlimited number Of The Argument it Is useful Type Of Functions πŸ’―.

About

ReCode The Printf Function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published