1#include <stdio.h> 2#include "prog2.h" 3 4void prog2(void) 5{ 6 printf("Hello from %s!\n", NAME); 7} 8