#ifndef _SYS_GMON_H#include <gmon/sys/gmon.h># ifndef _ISOMAC/* Now define the internal interfaces. *//* Write current profiling data to file. */externvoid__write_profiling(void);externvoidwrite_profiling(void);externstruct gmonparam _gmonparam attribute_hidden;# endif/* !_ISOMAC */#endif