38 struct timespec
c_tspecdiff(struct timespec time1, struct timespec time0);
52 double c_secdiff(
struct timespec clock1,
struct timespec clock0);
54 int c_utimes(
const char *uri,
const struct timeval *times);
int c_utimes(const char *uri, const struct timeval *times)
double c_secdiff(struct timespec clock1, struct timespec clock0)
Calculate time difference.
struct timespec c_tspecdiff(struct timespec time1, struct timespec time0)
Calculate time difference.