uclibc_clk_tck.h

来自「它通过提供glibc兼容使得应用程序移植到较小的c 库时相当得容易. 它能够应用」· C头文件 代码 · 共 9 行

H
9
字号
/* Follow glibc's example and use 1024 for CLK_TCK to implement sysconf and * clock.c instead of the normal default of 100. * * WARNING: It is assumed that this is a constant integer value usable in * preprocessor conditionals!!! */#define __UCLIBC_CLK_TCK_CONST		1024

⌨️ 快捷键说明

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