6 lines
63 B
C

extern int my_main();
int bootstrap() {
return my_main();
}