lowlevel List.map works

This commit is contained in:
Folkert 2021-05-13 19:15:17 +02:00
parent f02f655e0b
commit 2163e01288
8 changed files with 413 additions and 117 deletions

View file

@ -131,6 +131,7 @@ pub const RocList = extern struct {
}
};
const Caller0 = fn (?[*]u8, ?[*]u8) callconv(.C) void;
const Caller1 = fn (?[*]u8, ?[*]u8, ?[*]u8) callconv(.C) void;
const Caller2 = fn (?[*]u8, ?[*]u8, ?[*]u8, ?[*]u8) callconv(.C) void;
const Caller3 = fn (?[*]u8, ?[*]u8, ?[*]u8, ?[*]u8, ?[*]u8) callconv(.C) void;