// // fegetround from 0x18013f494 to 0x18013f4a8 (20 bytes) // // 3 xrefs: // > should_round_up @ 0x180137f1c // > sub_18013DC24 @ 0x18013dcd4 // > @ 0x180203b6c // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // int __cdecl fegetround() { unsigned int control; // eax control = _acrt_fenv_get_control(); return _acrt_fenv_get_common_round_control(control); }