included stdio.h Fixes: #633

This commit is contained in:
Rachit Bhalla 2020-10-18 18:11:49 +05:30
parent 881e1e9a88
commit 6b1c8e65be

View File

@ -1,5 +1,6 @@
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
// Converts octal number to decimal number
long octalToDecimal(long octalValue){