This website requires JavaScript.
Explore
Sign In
mirror
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
seen
git
/
contrib
/
libgit-rs
/
build.rs
5 lines
89 B
Rust
Raw
Permalink
Blame
History
pub
fn
main
(
)
{
let
ac
=
autocfg
::
new
(
)
;
ac
.
emit_has_path
(
"
std::ffi::c_char
"
)
;
}
View Git Blame
Copy Permalink