https://github.com/imamhs/imamb
Binary to decimal in C
https://github.com/imamhs/imamb
c-binary-number-conversion type-conversion
Last synced: 9 months ago
JSON representation
Binary to decimal in C
- Host: GitHub
- URL: https://github.com/imamhs/imamb
- Owner: imamhs
- License: mit
- Created: 2018-06-13T11:22:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T11:46:08.000Z (almost 3 years ago)
- Last Synced: 2025-09-11T02:41:52.770Z (10 months ago)
- Topics: c-binary-number-conversion, type-conversion
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
Imam Binary
(imamB)
Version 1.0
--------------------------------------------------------------------------------------
This is the Imam Binary, functions for getting binary representation of numbers in C string format.
To integrate functions of imamB to programs just copy imamB.c and imamB.h files to programs source files directories. Please have a look at the example program Binary.c for applications and usages.
This library is distributed under zlib license. Please read License for more information
Enjoy!
Md Imam Hossain (emamhd@gmail.com)