Sign in
rust
/
rust
/
a7fa2dfd8e2bba4cc0833178cfc6e046ca4ef7f3
/
.
/
tests
/
rustdoc-js
/
extern-func.rs
blob: ab1e3e75da7fffae6df08ed012dd58b20008cc0a [
file
]
use
std
::
ffi
::
c_float
;
extern
"C"
{
pub
fn
sqrt
(
x
:
c_float
)
->
c_float
;
}