mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03: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