blob: cc8409c117cdf32bb2c44be8a057cf15ffb59672 [file] [log] [blame]
#include <stdio.h>
void greeting2(void)
{
printf("Hello world 2!\n");
fflush(stdout);
}