q/lib/time/timespec.q

4 lines
No EOL
49 B
Text

struct timespec {
seconds Int
nanoseconds Int
}