hello with make
This commit is contained in:
parent
97d77a3ff6
commit
92130c44dc
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
int hello()
|
int hello()
|
||||||
{
|
{
|
||||||
printf("Hello C Programming Language 2025 Examples");
|
printf("Hello C Programming Language 2025 Examples\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 hex_scan();
|
extern void hello();
|
||||||
|
|
||||||
#endif // HEX_READ_SCANF_H
|
#endif // HEX_READ_SCANF_H
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
|
||||||
hex_scan();
|
hello();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
BIN
main
Executable file
BIN
main
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue