trystatim.c (189B)
1 /* ISC license. */ 2 3 #include <sys/stat.h> 4 #include <time.h> 5 6 struct stat st ; 7 struct timespec *tsa = &st.st_atim ; 8 struct timespec *tsm = &st.st_mtim ; 9 struct timespec *tsc = &st.st_ctim ;
skalibsMirror/fork of https://skarnet.org/software/skalibs/ | |
git clone https://ccx.te2000.cz/git/skalibs | |
Log | Files | Refs | README | LICENSE |