timespec
timespec copied to clipboard
Functions for working with timespec structures
Results
2
timespec issues
Sort by
recently updated
recently updated
newest added
Hello! I would just like to inform you that I have inadvertently forked your library. My version has by now diverged significantly, but maybe you can find something useful in...
`timespec_from_double` has this initialized variable: ``` struct timespec ts = { .tv_sec = s, .tv_nsec = (s - (long)(s)) * NSEC_PER_SEC, }; ``` On platforms with 32-bit `long` and the...