Rewriting printf with few new flags
4.8.4
- Build architecture
- All functions for printf
- Printf flags system
- Callback
- Format
- Recursivity
- Packages
- Tests (Criterion, Unity, Greatest )
- Add GNU Complexity
[my-printf] $ make && make clean
[my-printf] $ ./rocket_launch
- Requirements:
- Install :
libc6-dev-i386
- Install :
- For build on 32, add
gcc -m32
in Makefile - Run:
[my-printf] $ make && make clean
MIT. See the LICENSE for more details.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request