mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
included stdio.h Fixes: #633
This commit is contained in:
parent
881e1e9a88
commit
6b1c8e65be
@ -1,5 +1,6 @@
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// Converts octal number to decimal number
|
||||
long octalToDecimal(long octalValue){
|
||||
|
Loading…
Reference in New Issue
Block a user