// // _log10f_special from 0x180133d50 to 0x180133d70 (32 bytes) // // 7 xrefs: // > log10f @ 0x180129b91 // > log10f @ 0x180129baf // > log10f @ 0x180129dd1 // > log10f @ 0x180129def // > log10f @ 0x180129e21 // > @ 0x1802031dc // > @ 0x1802031e8 // // 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 // void __fastcall log10f_special(int a1, int a2, int a3) { logf_special_common(a1, a2, a3, 27, (__int64)"log10f"); }