roc/crates/cli_testing_examples/platform-switching/swift-platform/host.h
2022-09-11 22:32:15 -06:00

9 lines
170 B
C

#include <stdlib.h>
struct RocStr {
char* bytes;
size_t len;
size_t capacity;
};
extern void roc__mainForHost_1_exposed_generic(const struct RocStr *data);