Wed Mar 20 18:15:47 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
[deliverable/binutils-gdb.git] / gprof / cg_print.h
CommitLineData
5489fcc3
KR
1#ifndef cg_print_h
2#define cg_print_h
3
4#include "gprof.h"
5#include "symtab.h"
6
12516a37 7extern double print_time; /* total of time being printed */
5489fcc3 8
12516a37
KR
9extern void cg_print PARAMS ((Sym ** cg));
10extern void cg_print_index PARAMS ((void));
5489fcc3
KR
11
12#endif /* cg_print_h */
This page took 0.053158 seconds and 4 git commands to generate.