mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
add memcpy impl to builtins
This commit is contained in:
parent
93cc2e579f
commit
ca9938bf7c
2 changed files with 42 additions and 0 deletions
|
@ -7,6 +7,7 @@ const panic_utils = @import("panic.zig");
|
|||
|
||||
comptime {
|
||||
_ = @import("compiler_rt.zig");
|
||||
_ = @import("libc.zig");
|
||||
}
|
||||
|
||||
const ROC_BUILTINS = "roc_builtins";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue