Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simlf/my_printf
My implementation of the `printf()` function from the libC
https://github.com/simlf/my_printf
c epitech printf variadic-arguments
Last synced: 3 days ago
JSON representation
My implementation of the `printf()` function from the libC
- Host: GitHub
- URL: https://github.com/simlf/my_printf
- Owner: simlf
- Created: 2021-05-07T08:17:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T08:23:42.000Z (over 3 years ago)
- Last Synced: 2024-10-31T22:13:15.629Z (about 2 months ago)
- Topics: c, epitech, printf, variadic-arguments
- Language: C
- Homepage: http://simonlefourn.com
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My_printf
## My implementation of the `printf()` function from the libC
## Usage
``` zsh
make
```Add the header to your project and include the lib when you compile.
With this project I learned how to use implement varidadic functions.
___
Check my [portfolio](http://simonlefourn.com) for more informations on this project.