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