Finished exercise 3.5

This commit is contained in:
kdeng00
2020-10-31 23:04:13 -04:00
parent 9639c6453e
commit 14318bbebd
6 changed files with 131 additions and 28 deletions
+1
View File
@@ -11,6 +11,7 @@ char HexOctalConv_convert_hex_part(int value);
void HexOctalConv_number_converted_to_hex(char *hex_value, char *value);
void HexOctalConv_number_converted_to_octal(char *octal_value, char *value);
void HexOctalConv_itoa(int value, char *str, int base);
static long rudy_pow(long value, int power);