C++程序  |  7行  |  82 B

#include <stdio.h>

void func(void)
{
  printf("Hello %s from func.c\n", PROG);
}