Skip to content
/ my_printf Public

This project consists of rewriting the printf function of the C library

Notifications You must be signed in to change notification settings

brd6/my_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project consists of rewriting the printf function of the C library

Usage :

my_printf("format", ...);

Format :

%[flags][width][.precision][length]specifier 

Examples :

See examples in the test directory.


for more detail about the function printf, see : man printf or http://www.cplusplus.com/reference/cstdio/printf/

About

This project consists of rewriting the printf function of the C library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published