Skip to content

Rebuild of the standard printf function in C.

Notifications You must be signed in to change notification settings

jobnjihia/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rebuild of the standard printf function in C. The project required a function capable of printing with the %d, %c, %s, and %% specifiers to standard output. printf returns the number of characters printed (excluding the null byte at the end of strings). It's not expected to handle flag characters, field width, precision, or length.

About

Rebuild of the standard printf function in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages