Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 483 Bytes

File metadata and controls

21 lines (13 loc) · 483 Bytes

"_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