Constant AT_FDCWD
pub const AT_FDCWD: i32 = -100;
Available on crate feature
dep_nc
only.Expand description
Special value used to indicate openat should use the current working directory.
pub const AT_FDCWD: i32 = -100;
dep_nc
only.Special value used to indicate openat should use the current working directory.