Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.