8 typedef int (*__ftw64_time64_func_t
) (const char *,
9 const struct __stat64_t64
*, int);
10 typedef int (*__nftw64_time64_func_t
) (const char *,
11 const struct __stat64_t64
*, int,
14 extern int __ftw64_time64 (const char *, __ftw64_time64_func_t
, int);
15 extern int __nftw64_time64 (const char *, __nftw64_time64_func_t
, int, int);