roc/examples/platform-switching/rust-platform/host.c

3 lines
No EOL
59 B
C

extern int rust_main();
int main() { return rust_main(); }