1#ifndef _INTRO_03_UTIL_H 2#define _INTRO_03_UTIL_H 1 3 4void f1(void); 5void f2(void); 6 7#endif 8 9 10