hex_scan code back
This commit is contained in:
parent
56fa9fee35
commit
7e3fed1bd5
@ -3,14 +3,14 @@
|
|||||||
#ifndef HEX_READ_SCANF_H
|
#ifndef HEX_READ_SCANF_H
|
||||||
#define HEX_READ_SCANF_H
|
#define HEX_READ_SCANF_H
|
||||||
|
|
||||||
extern void hello();
|
extern void hex_scan();
|
||||||
|
|
||||||
#endif // HEX_READ_SCANF_H
|
#endif // HEX_READ_SCANF_H
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
|
||||||
hello();
|
hex_scan();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user