[][src]Function llvm_sys::lto::lto_input_get_dependent_library

pub unsafe extern "C" fn lto_input_get_dependent_library(
    input: lto_input_t,
    index: size_t,
    size: *mut size_t
) -> *const c_char

Get the ith dependent library specifier for the given input file.

The returned string is not null-terminated.