1 #include <stdio.h> 2 native_greeting(void)3 void native_greeting(void) { 4 printf("Hello, world!\n"); 5 } 6