mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Add alloca helper to roc_std
This commit is contained in:
parent
729607e3fd
commit
251e379271
5 changed files with 165 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
#![no_std]
|
||||
use core::fmt;
|
||||
|
||||
pub mod alloca;
|
||||
|
||||
// A list of C functions that are being imported
|
||||
extern "C" {
|
||||
pub fn printf(format: *const u8, ...) -> i32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue