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