Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page roff page 名前 clock_getres, clock_gettime, clock_settime - クロックと時間の関数 書式 #include <time.h> int clock_getres(clockid_t clk_id, struct timespec *res); int clock_gettime(clockid_t clk_id, struct timespec *tp); int clock_settime(clockid_t clk_id, const struct timespec *tp); -lrt とリンクする (バージョン 2.17 より前の glibc のみ) glibc 向けの機能検査