extern int Math_Init(int);
extern int g;
int Math_InitSystem(void) { return Math_Init(g) + 8; }
