You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be more useful to have dbg_printf be an actual function, mimicking printf usage. Keep dbgout as a global variable, and provide a definition that sprintfs to dbgout.
It would be more useful to have
dbg_printfbe an actual function, mimickingprintfusage. Keepdbgoutas a global variable, and provide a definition thatsprintfs todbgout.