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