mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
update hosts with new string conventions
This commit is contained in:
parent
ec403958a3
commit
ba40b6a957
4 changed files with 27 additions and 18 deletions
|
@ -146,7 +146,7 @@ fn roc_fx_getLine_help() !RocStr {
|
|||
return str.RocStr.init(@ptrCast([*]const u8, line), line.len);
|
||||
}
|
||||
|
||||
pub export fn roc_fx_putLine(rocPath: str.RocStr) i64 {
|
||||
pub export fn roc_fx_putLine(rocPath: *str.RocStr) i64 {
|
||||
const stdout = std.io.getStdOut().writer();
|
||||
|
||||
for (rocPath.asSlice()) |char| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue