Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nchimunyascripts/printf
https://github.com/nchimunyascripts/printf
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nchimunyascripts/printf
- Owner: nchimunyascripts
- Created: 2022-11-23T00:25:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T01:14:13.000Z (almost 2 years ago)
- Last Synced: 2024-01-27T09:26:25.501Z (10 months ago)
- Language: C
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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