void terminate() { asm { "HALT" } } float sin(float x); float cos(float x); float tan(float x); int random(int x); string IntToStr(int x); int StrToInt(string s); string uppercase(string s);