trystatimespec.c (249B)
1 /* ISC license. */ 2 3 #undef _POSIX_C_SOURCE 4 #undef _XOPEN_SOURCE 5 6 #include <sys/stat.h> 7 #include <time.h> 8 9 struct stat st ; 10 struct timespec *tsa = &st.st_atimespec ; 11 struct timespec *tsm = &st.st_mtimespec ; 12 struct timespec *tsc = &st.st_ctimespec ;