Function readlink

Source
pub unsafe fn readlink(
    path: *const char,
    buf: *const char,
    bufsiz: size_t,
) -> Result<int>
Expand description

Read value of a symbolic link.