From d95eedc29251f53556b980ac88dfef5332ecc22a Mon Sep 17 00:00:00 2001 From: Able <75036841+AbleTheAbove@users.noreply.github.com> Date: Fri, 24 Dec 2021 07:25:43 -0600 Subject: [PATCH] Update lib.rs --- src/lib.rs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 8d824c0..9f87698 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -123,4 +123,14 @@ pub mod math { pub mod y1f; pub mod yn; pub mod ynf; -} \ No newline at end of file +} + + + +// FIXME: Scuffed +#[no_mangle] +extern "C" fn __truncdfsf2(_x: f64) -> f32 { + 0.0 +} + +