Skip to content

ollyimanishimwe/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Our Printf

Introduction

We Designed and implemented our own Printf Function

Run the function

Run the function using the prototype "int _printf(const char *format, ...)"

Format Specifiers

  • %c: The int argument is converted to an unsigned char
  • %s: Characters are written up and until the terminating null byte
  • %d,i: The int argument is converted to signed decimal notation. The precision, if any, gives the minimum number of digits that ``must appear; if the converted value requires fewer digits, it is padded on the left with zeros.

Contributors

  1. Olly Imanishimwe
  2. Nshimyumukiza Christian

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages