No description
| bin.c | fix bin.c | |
| bin.h | initial | |
| dec.c | initial | |
| dec.h | initial | |
| hex.c | initial | |
| hex.h | initial | |
| main.c | initial | |
| Makefile | initial | |
| README.md | fix README.md | |
Integer Base Converter by 22521420 (Vu Phuoc Thinh)
-
Compiled and tested with gcc-14.2.1 on x86_64 GNU/Linux
-
Remote url: Simple Integer Base Converter
> https://codeberg.org/kakapt/simple_integer_base_converter
Run the program
-
Run with GNU Make:
$ make run -
Manual compile and run:
$ gcc main.c bin.c dec.c hex.c -o main $ ./main