Skip to content

This is a group project where my partner and I were tasked with the creation of a custom printf function @_printf

Notifications You must be signed in to change notification settings

pasebukky/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title: Printf

Project Description: This file contains the codes used in creating a custorm printf function.

This custom printf function handles the following conversion specifiers: --- c: character --- s: string --- %: ampersand --- d: decimal (base 10) number --- i: integer in base 10 --- b: unsigned int argument is converted to binary

About

This is a group project where my partner and I were tasked with the creation of a custom printf function @_printf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages