Docs.rs
va_list-rs-0.0.4
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
va_list-rs 0.0.4
Library to handle va_list
Crate
Source
Builds
Feature flags
Documentation
Hide files
ffi
src
tests
.travis.yml
appveyor.yml
build.rs
Cargo.lock
Cargo.toml
LICENSE
README.md
1
2
3
4
5
extern
crate
gcc
;
fn
main
(
)
{
gcc
::
compile_library
(
"
libva_list.a
"
,
&
[
"
ffi/va_list.c
"
]
)
}