#include <stdio.h>#include <stdlib.h>
#include <asm/param.h> //HZ
int main(void){ printf("HZ : %d \n",HZ);
return 0;}