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