Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
libnghttp2-sys-0.1.10+1.61.0
/
examples
/
smoke.rs
blob: 0a45f0153987fd5540bda484b0ebf7a144f3899e [
file
] [
log
] [
blame
] [
edit
]
extern
crate libnghttp2_sys
as
ffi
;
fn
main
()
{
unsafe
{
ffi
::
nghttp2_version
(
0
);
}
}