Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nchimunyascripts/printf


https://github.com/nchimunyascripts/printf

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Printf function

**DESCRIPTION**
* Print according to the format.
* Return the lenght of the string printed.

**Formatage**

d : To print a decimal number

s : To print a string

i : To print an integer

c : To print a character

% : To print the modulo signe

**AUTHOR**
* Joseph Nchimunya