7 lines
65 B
Rust
7 lines
65 B
Rust
|
extern "C" {
|
||
|
fn pow(x: f64, y: f64) -> f64;
|
||
|
}
|
||
|
|
||
|
fn main() {}
|
||
|
|