⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mon.h

📁 操作系统SunOS 4.1.3版本的源码
💻 H
字号:
/*	@(#)mon.h 1.1 92/07/30 SMI; from S5R2 1.6	*/struct phdr {    char	*lpc;    char	*hpc;    int		ncnt;};typedef unsigned short WORD;    /*     *	fraction of text space to allocate for histogram counters     *	here, 1/2     */#define	HISTFRACTION	2     /*      *	percent of text space to allocate for counters      *	with a minimum.      */#define ARCDENSITY	5#define MINARCS		50struct cnt {    int		*pc;    long	ncall;};#define MON_OUT	"mon.out"#define MPROGS0	(150 * sizeof(WORD))	/* 300 for pdp11, 600 for 32-bits */#define MSCALE0	4#ifndef NULL#define NULL	0#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -