3 lines
71 B
Plaintext
3 lines
71 B
Plaintext
nanosleep(duration Pointer) -> Int {
|
|
return syscall(35, duration, 0)
|
|
} |