new file = main.c and modified hex_read_scanf.c removed main from hex_read_scanf.c
This commit is contained in:
parent
0bb57da7ec
commit
d6283d31cd
@ -1,6 +1,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int main()
|
int hex_scan()
|
||||||
{
|
{
|
||||||
|
|
||||||
int a, b;
|
int a, b;
|
||||||
|
10
c-basic/main.c
Normal file
10
c-basic/main.c
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
#include "hex_read_scanf.c"
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
|
||||||
|
hex_scan();
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user