sammielove45 / propgcc

Automatically exported from code.google.com/p/propgcc
1 stars 1 forks source link

simple_printf flush output problem #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 jsden...@gmail.com on 12 Aug 2012 at 7:02

GoogleCodeExporter commented 8 years ago
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 comment by ersm...@hfx.eastlink.ca on 17 May 2013 at 8:44