Skip to content

I-Iugo/my-printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rewriting printf - School project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published