Modules§
- linux
linux
- Linux-specific definitions
Macros§
- os_
eprint std
, orlinux
andunsafe_syscall
- Prints to the standard error.
- os_
eprintln std
, orlinux
andunsafe_syscall
- Prints to the standard error, with a newline.
- os_
print std
, orlinux
andunsafe_syscall
- Prints to the standard output.
- os_
println std
, orlinux
andunsafe_syscall
- Prints to the standard output, with a newline.