hello.c included in main.c and compiled successfully

This commit is contained in:
2025-06-16 21:23:44 +03:00
parent 3ef17fb5ca
commit 01b39949c2
2 changed files with 5 additions and 9 deletions

View File

@ -1,16 +1,10 @@
#include <stdio.h>
#ifndef HEX_READ_SCANF_H
#define HEX_READ_SCANF_H
extern void hex_scan();
#endif // HEX_READ_SCANF_H
#include "hello.c"
int main()
{
hex_scan();
hello();
return 0;
}