海王  

#include <stdio.h>
#include <stdlib.h>

#include <asm/param.h>   //HZ

int main(void)
{   
    printf("HZ : %d \n",HZ);

    return 0;
}

posted on 2010-05-13 10:54  海王  阅读(304)  评论(0编辑  收藏  举报