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 <math.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
// Converts octal number to decimal number
|
// Converts octal number to decimal number
|
||||||
long octalToDecimal(long octalValue){
|
long octalToDecimal(long octalValue){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user