mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Make log and exp no-strip.
This commit is contained in:
6
lib/std/os/nolibc.c3
Normal file
6
lib/std/os/nolibc.c3
Normal file
@@ -0,0 +1,6 @@
|
||||
module std::math::nolibc @if(env::NO_LIBC);
|
||||
|
||||
fn void __stack_chk_fail() @extern("__stack_chk_fail") @nostrip @noreturn @weak
|
||||
{
|
||||
$$trap();
|
||||
}
|
||||
Reference in New Issue
Block a user