1 2 3 4 5 6 7 8
#include <gc/syscall.h> extern int main(); void start() { int ret = main(); process_exit(ret); }