module os
Expand
Operating System Interactions
Functionsยง
- exit
Exits the process. Does not run mira destructors (std::drop::Drop)
- write
Writes the buffer
bufwithsizebytes to the file descriptorfd- write_slice
Writes the slice
sliceto the file descriptorfd