#include extern int main(int, char**); void __libkogata_start() { // TODO : setup int ret = main(0, 0); exit(ret); }