3 lines
71 B
Plaintext
Raw Normal View History

2025-02-06 13:46:37 +01:00
nanosleep(duration Pointer) -> Int {
return syscall(35, duration, 0)
}