lld-sys 0.1.0

bindings for ld.lld core
1
2
3
extern "C" {
    pub fn LLDELFLink(args: *const *const libc::c_char, size: libc::size_t) -> libc::c_int;
}