module os

Expand

Operating System Interactions

Functionsยง

exit

Exits the process. Does not run mira destructors (std::drop::Drop)

write

Writes the buffer buf with size bytes to the file descriptor fd

write_slice

Writes the slice slice to the file descriptor fd