Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple_printf flush output problem #57

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Open

simple_printf flush output problem #57

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 17 May 2013 at 8:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant