vsprintf 1.0.0

Rust bindings to the libc vsprintf function
Documentation
1
2
3
4
5
6
extern crate gcc;

fn main() {
    gcc::compile_library("libvsprintf.a", &["src/lib.c"]);
}