Skip to content
/ binprint Public

... because printf doesn't show the binary representation of a number

License

Notifications You must be signed in to change notification settings

jarun/binprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binprint

... because printf doesn't show the binary representation of a number.

Range: 263 - 1 to -263

$ binprint 9223372036854775807
0b111111111111111111111111111111111111111111111111111111111111111

$ binprint -9223372036854775808
-0b1000000000000000000000000000000000000000000000000000000000000000

Compilation

$ make

License

GPLv3

Copyright © 2015 Arun Prakash Jana

About

... because printf doesn't show the binary representation of a number

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published