This commit is contained in:
parent
56fa9fee35
commit
7e3fed1bd5
2 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
#ifndef HEX_READ_SCANF_H
|
||||
#define HEX_READ_SCANF_H
|
||||
|
||||
extern void hello();
|
||||
extern void hex_scan();
|
||||
|
||||
#endif // HEX_READ_SCANF_H
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
hello();
|
||||
hex_scan();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
BIN
main
Executable file
BIN
main
Executable file
Binary file not shown.
Loading…
Add table
Reference in a new issue