#include //printf #include "tutorial6.h" int a = 7; int main(void) { func1(); return 0; }