4 #define F(t,n) {t *y = &x.n;}
5 #define C(n) switch(n){case n:;}
66 F(struct timespec
, st_atim
)
67 F(struct timespec
, st_mtim
)
68 F(struct timespec
, st_ctim
)
69 F(blksize_t
, st_blksize
)
70 F(blkcnt_t
, st_blocks
)
72 {int(*p
)(const char*,int(*)(const char*,const struct stat
*,int),int) = ftw
;}
73 {int(*p
)(const char*,int(*)(const char*,const struct stat
*,int,struct FTW
*),int,int) = nftw
;}