#ifndef _SYS_GMON_H #include /* Now define the internal interfaces. */ /* Write current profiling data to file. */ extern void __write_profiling (void); extern void write_profiling (void); #endif