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