Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.1 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.1 KB

my-printf

Rewriting printf with few new flags

GCC Version

4.8.4

Todo

Build binary

[my-printf] $ make && make clean

Run

[my-printf] $ ./rocket_launch

Build and run 32 on 64 bits

  • Requirements:
    • Install : libc6-dev-i386
  • For build on 32, add gcc -m32 in Makefile
  • Run:
[my-printf] $ make && make clean

License

MIT. See the LICENSE for more details.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request