Esempio n. 1
0
N_CDECL(void, NimMain)(void) {
	void (*volatile inner)();
	PreMain();
	inner = NimMainInner;
	initStackBottomWith((void *)&inner);
	(*inner)();
}
Esempio n. 2
0
N_CDECL(void, NimMain)(void) {
	PreMain();
	nimrodInit();
}