roc/examples/hello-world/swift-platform/host.h
2022-03-11 19:26:09 -08:00

10 lines
146 B
C

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