Implement echo example

This commit is contained in:
Richard Feldman 2021-08-21 21:50:55 -04:00
parent 6b6c439d6a
commit 368ced972d
7 changed files with 31 additions and 18 deletions

View file

@ -3,6 +3,7 @@
use core::alloc::Layout;
use core::ffi::c_void;
use core::mem::MaybeUninit;
use libc;
use roc_std::{RocCallResult, RocStr};
use std::ffi::CStr;
use std::os::raw::c_char;