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