pub fn get_printf_symbol(target_os: TargetOperatingSystem) -> &'static strExpand description
Helper function to get the platform-specific printf symbol name.
macOS uses leading underscore (“_printf”); Linux, BSD, and Windows use “printf”. Cross-compilation: pass the target OS, not the host.