Quote:
Originally Posted by Roger
That seems curious, Kevin. We've done printf's without "\r\n" at all, and it still works.
|
I'm not sure if printf() always needs to see \r\n, but I've experienced this problem in the past with the 2.4 compiler (I'm not sure about 3.1). I just threw up my hands and always use \r\n in my code.
-Kevin