Quote:
|
Originally Posted by Texan
Hum, well, try just using the following line. It's guarranteed to print and if it doesn't, it means that it is never getting called and you'll have to look at your code.
--EDIT--
If it doesn't work then post your code and people can look at it.
|
Try
instead. If it works anything like printf on any other system, it won't flush the buffer until it gets a newline...