We Designed and implemented our own Printf Function
Run the function using the prototype "int _printf(const char *format, ...)"
- %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.
- Olly Imanishimwe
- Twitter: https://twitter.com/OllyImanishimwe
- Github: https://github.com/ollyimanishimwe
- Nshimyumukiza Christian
- Twitter: https://twitter.com/rw_crispy
- Github: https://github.com/crispy-rw