fnmatch-sys 1.0.0

Rust binding for the C header fnmatch.h
Documentation
use cc;

fn main() {
    cc::Build::new().file("src/link.c").compile("fnmatch")
}