7 lines
76 B
C
Raw Normal View History

#include <stdio.h>
void func4(void)
{
printf("Hello from func4!\n");
}