JezK
Edit File: func.c
#include <stdio.h> void func(void) { printf("Hello %s from func.c\n", PROG); }