1 #ifndef utils_h 2 #define utils_h 3 4 extern int print_name_only (Sym * self); 5 extern void print_name (Sym * self); 6 7 #endif /* utils_h */ 8