Hex converter half finished. Can convert numbers to hex

This commit is contained in:
kdeng00
2020-10-08 23:04:16 -04:00
parent a37d67cb54
commit ae52c8d321
5 changed files with 392 additions and 62 deletions
+2
View File
@@ -0,0 +1,2 @@
compile with math library using gcc:
gcc main.c -lm