Skip to content

Zakki-coder/printf_ready

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

printf c function

Never had this fun coding, with this project I learned the hard way that you should write modular code and reusable functions.
But it's nice to have function like printf in your library. You really appreciate it after using just simple write functions :D\

Allowed functions:
◦ write
◦ malloc
◦ free
◦ exit
◦ The functions of man 3 stdarg\

Usage: %[flags][width][.precision][length modifier]conversion
Manages the flags #0-+ and space
Manage the following conversions: csp
Manage the following conversions: d, i, o, u, x, X with the following flags: hh, h, l and ll.
Mnages the following conversion: f with the following flags: l and L.
Manages the minimum field-width
Manages the precision Manages %%, for printing single %\

TODO

Colors and * and some other bonuses, cant remember how to use them, find out and add to manual. Add easy test script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published