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