jarun / binprint

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:C 89.1%Language:Makefile 10.9%