mirror of https://github.com/TheAlgorithms/C
Update octal_to_binary.c
This commit is contained in:
parent
b282b95d5b
commit
f23987e8ce
|
@ -5,8 +5,8 @@
|
|||
* return a long binary nuber after conversion
|
||||
* @author [Vishnu P](https://github.com/vishnu0pothan)
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/**
|
||||
* @brief Converet octal number to binary
|
||||
|
|
Loading…
Reference in New Issue