1995-02-07 22:34:18 +00:00
|
|
|
#ifndef cg_print_h
|
|
|
|
#define cg_print_h
|
|
|
|
|
|
|
|
#include "gprof.h"
|
|
|
|
#include "symtab.h"
|
|
|
|
|
1995-02-08 02:35:44 +00:00
|
|
|
extern double print_time; /* total of time being printed */
|
1995-02-07 22:34:18 +00:00
|
|
|
|
1995-02-08 02:35:44 +00:00
|
|
|
extern void cg_print PARAMS ((Sym ** cg));
|
|
|
|
extern void cg_print_index PARAMS ((void));
|
1995-02-07 22:34:18 +00:00
|
|
|
|
|
|
|
#endif /* cg_print_h */
|