Rust binding - newgeekorder/TechWiki GitHub Wiki

C linking

#[link(name = "c")]
extern {
    static mut errno: c_int;
}