1#include "intro-03-util.h" 2#include <stdio.h> 3 4void f1(void) 5{ 6 printf("Fisierul curent este %s\n", __FILE__); 7} 8 9 10