fix build error

pull/1/head
HTG-YT 2021-08-07 20:16:46 +08:00
parent 7aaf15fbb0
commit 08845d0c56
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@
*/
#[no_mangle]
pub extern "C" fn jn(n: i32, x: f32) -> f32 {
pub extern "C" fn jnf(n: i32, x: f32) -> f32 {
libm::jnf(n, x)
}