hertz.h

来自「基于4个mips核的noc设计」· C头文件 代码 · 共 16 行

H
16
字号
#ifndef hertz_h#define hertz_h#include "gprof.h"#define	HZ_WRONG 0		/* impossible clock frequency *//* * Discover the tick frequency of the machine if something goes wrong, * we return HZ_WRONG, an impossible sampling frequency. */extern int hertz PARAMS ((void));#endif /* hertz_h */

⌨️ 快捷键说明

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