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