mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
9 lines
83 B
Odin
9 lines
83 B
Odin
package unix
|
|
|
|
import "core:c"
|
|
|
|
timespec :: struct {
|
|
secs: i64,
|
|
nsecs: c.long,
|
|
}
|