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