Update octal_to_binary.c

This commit is contained in:
Suraj Patro 2020-10-30 22:09:02 +05:30 committed by GitHub
parent b282b95d5b
commit f23987e8ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 13 deletions

View File

@ -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