1
0
Fork
You've already forked simple_integer_base_converter
0
No description
  • C 98.5%
  • Makefile 1.5%
2025年03月09日 11:24:13 +07:00
bin.c fix bin.c 2025年03月09日 11:24:13 +07:00
bin.h initial 2025年03月07日 23:30:24 +07:00
dec.c initial 2025年03月07日 23:30:24 +07:00
dec.h initial 2025年03月07日 23:30:24 +07:00
hex.c initial 2025年03月07日 23:30:24 +07:00
hex.h initial 2025年03月07日 23:30:24 +07:00
main.c initial 2025年03月07日 23:30:24 +07:00
Makefile initial 2025年03月07日 23:30:24 +07:00
README.md fix README.md 2025年03月07日 23:32:31 +07:00

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