https://github.com/thk2b/convert_base
Convert numbers from base to base
https://github.com/thk2b/convert_base
Last synced: 12 months ago
JSON representation
Convert numbers from base to base
- Host: GitHub
- URL: https://github.com/thk2b/convert_base
- Owner: thk2b
- Created: 2018-09-01T20:28:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T15:47:57.000Z (almost 8 years ago)
- Last Synced: 2024-10-04T16:41:46.160Z (over 1 year ago)
- Language: C
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# convert_base
Convert numbers from base to base.
Created to learn `atoi_base` and `itoa_base`.
# usage
```
make
make test && ./test.out
```
```
./convert_base num [[ input base = 10 ] output base ]
```