Module emerald_kernel_user_link::file
source · Structs§
Enums§
- A blocking flag when dealing with files When using
crate::syscalls::SYS_OPEN, Bit 0 offlagsargument can be: 0 - non-blocking 1 - line buffered
Constants§
Functions§
- Will extract all the information from the flags, will return
Noneif the argument is invalid