https://github.com/cwithmichael/dec2bin
A small program that converts an integer to it's binary representation. It works for integers up to 2^64-1
https://github.com/cwithmichael/dec2bin
Last synced: 11 months ago
JSON representation
A small program that converts an integer to it's binary representation. It works for integers up to 2^64-1
- Host: GitHub
- URL: https://github.com/cwithmichael/dec2bin
- Owner: cwithmichael
- Created: 2013-12-09T16:14:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-05T06:47:46.000Z (over 12 years ago)
- Last Synced: 2025-06-12T01:44:36.642Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A small program that converts an integer to its binary representation.
It works for integers from (-2^64)-1 to (2^64)-1