Section: Linux Programmer's Manual (2) Updated: 2012-04-26 Index JM Home Page roff page 名前 gettimeofday, settimeofday - 時刻を取得/設定する 書式 #include <sys/time.h> int gettimeofday(struct timeval *tv, struct timezone *tz); int settimeofday(const struct timeval *tv, const struct timezone *tz); glibc 向けの機能検査マクロの要件 (feature_test_macros(7) 参照): settimeofday(): _BSD_SOURCE 説明 関数 gettimeofday() と settimeofday()