Skip to content

BuddhaCola/MyPrintf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyPrintf

My version of printf function for C.
It look like printf, it acts like printf, can be used as printf.
Usage: just like C standard library printf, takes one (char *) as first argument, representing a format string, followed by variable amount arguments as corresponded conversion specifications.

The format string is composed of zero or more directives: ordinary characters (not %), which are copied unchanged to the output stream; and conversion specifications, each of which results in fetching zero or more subsequent arguments. Each conversion specification is introduced by the % character.

About

Recoding standart C library function printf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published