xref
: /
dports
/
devel
/
rust-cbindgen
/
cbindgen-0.20.0
/
tests
/
rust
/
docstyle_auto.rs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/// The root of all evil.
2
#[
no_mangle
]
root()
3
pub
extern
"C"
fn
root
() {
4
}
5