Skip to content
/ printf Public

Minimal replication of the printf function in C

Notifications You must be signed in to change notification settings

Dessira/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"_printf()"

A minimal representation of the "printf()" output function in C

"_printf()" is a minimal version of the maiin "printf()" function present in the C standard library and sends formatted output to the standard output(stdout)

Description

The function formats strings using

  • %s

Integers

  • %i
  • %d

Characters

  • %c

Development

This program was developed by Barine Desire and Shuaib Mujahid

About

Minimal replication of the printf function in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages