Files
c3c/lib/std/math/math_nolibc/trig.c3
Christoffer Lerno 4c1edfb941 Dev (#777)
* The new @if directive.
2023-06-10 23:16:28 +02:00

9 lines
159 B
C

module std::math::nolibc @if(env::NO_LIBC);
fn double sincos_broken(double x) @extern("sincos") @weak @nostrip
{
unreachable("'sinccos' not supported");
}