roc/examples/hello-swift/platform/host.h
2021-11-02 20:28:10 -04:00

8 lines
125 B
C

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