q/lib/time/timespec.q
2025-02-04 14:41:04 +01:00

4 lines
No EOL
49 B
Text

struct timespec {
seconds Int
nanoseconds Int
}