##// END OF EJS Templates
graft: get the editor later...
graft: get the editor later We don't use it in that function, so I would rather have it close to the return.

File last commit:

r45179:1f5ab1a9 default
r53232:0b52283d default
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}