Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 953 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 953 Bytes

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