Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 407 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 407 Bytes

Simple Base 10 to Base B Converter

A simple C program that converts a number from base 10 to any other base.

Features:

  • Detects if the inputted base is invalid
  • Separates digits if the base is greater than 10 for legibility

License

I mean... I think it's pretty self-explanatory. But, if you want to optionally give credit, I appreciate it. Also, check the source code for the "no warranty" clause.