2021-02-05 10:20:37 +08:00

7 lines
76 B
C

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