Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
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
;
}