roc/examples/hello-world/swift-platform/host.h
2022-03-07 20:00:05 -07:00

8 lines
125 B
C

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