// // __acrt_initialize_lowio from 0x180136824 to 0x18013685f (59 bytes) // // 3 xrefs: // > @ 0x1801730f0 // > @ 0x180203524 // > @ 0x180203530 // // 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 // char _acrt_initialize_lowio() { char v0; // bl sub_1801346AC(7); v0 = 0; if ( !(unsigned int)_acrt_lowio_ensure_fh_exists(0) ) { initialize_inherited_file_handles_nolock(); initialize_stdio_handles_nolock(); v0 = 1; } sub_180134700(7); return v0; }