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

https://github.com/fa7ad/c-base-converter

Proof of concept base x to y converter (2 to 16 right now).
https://github.com/fa7ad/c-base-converter

base16 base2 number-systems

Last synced: 10 months ago
JSON representation

Proof of concept base x to y converter (2 to 16 right now).

Awesome Lists containing this project

README

          

# c-base-converter

My [base-converter](https://github.com/fa7ad/base-converter/) in C.

The logic is the same, but now its a console app rather than a web app.

# Compile and Run
1. Install `meson`, `make` and `ninja`
2. Run `make`

## LICENSE
BSD-3-Clause