@ -1,10 +1,6 @@
#include <stdio.h>
extern void message();
int main()
{
printf("\nHello World!\n");
message();
}
@ -1,9 +0,0 @@
hello.exe: hello.o message.o
gcc hello.o message.o -o hello.exe
hello.o: hello.c
message.o: message.c
@ -1,6 +0,0 @@
void message()
puts("Hi folk\n");
The note is not visible to the blocked user.