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
The simple_printf doesn't seem to flush output in this statement:
printf("value %x\n", value);
Standard printf works as expected. For simple_printf to flush output in that
case, it seems one must use \r\n or \n\r.
Original issue reported on code.google.com by [email protected] on 12 Aug 2012 at 7:02
The text was updated successfully, but these errors were encountered:
I cannot reproduce this under Linux, which makes me wonder if it's an issue
with the terminal emulator you're using... or if there's something else in the
program which is interacting with simple_printf.
Original issue reported on code.google.com by
[email protected]
on 12 Aug 2012 at 7:02The text was updated successfully, but these errors were encountered: