Skip to content
/ printf Public

A clone of the C standard library function, printf.

Notifications You must be signed in to change notification settings

ikigu/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom printf function

In this repository, we create a custom C printf function that handles the following conversion specifiers:

  • c
  • s
  • %
  • i
  • d

Authors

  • Kelvin Mabonga
  • George Ikigu

Running the program

A bash script is included to recompile and run the program. To run the script, you can use the following command:

./run

About

A clone of the C standard library function, printf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published