标签:cal \n clock return conf code sys cond print
#include <sys/syscall.h> #include <stdio.h> #include <unistd.h> int main() { printf("clock ticks per second = %ld\n", sysconf(_SC_CLK_TCK)); return 0; }
标签:cal \n clock return conf code sys cond print
原文地址:https://www.cnblogs.com/jingyg/p/10278606.html