Retro68/binutils/gprof/utils.h

8 lines
133 B
C
Raw Normal View History

2012-03-26 19:18:29 +00:00
#ifndef utils_h
#define utils_h
extern int print_name_only (Sym * self);
extern void print_name (Sym * self);
#endif /* utils_h */