Module os

Module os 

Source
Expand description

OS-specific.
os::{linux}

Extends: std::{os}


Modules§

linuxlinux
Linux-specific definitions

Macros§

os_eprintstd, or linux and unsafe_syscall
Prints to the standard error.
os_eprintlnstd, or linux and unsafe_syscall
Prints to the standard error, with a newline.
os_printstd, or linux and unsafe_syscall
Prints to the standard output.
os_printlnstd, or linux and unsafe_syscall
Prints to the standard output, with a newline.