An open API service indexing awesome lists of open source software.

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

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 ]
```