Re:printf again
printf calls write calls writechar. I only call printf. I think printf "thinks" it is writing to a disk or something, it calls write after buffering 1024 chars.
found work around: call fflush(0) after printf note: using printf gives you 31 kb of code.
Dig
Post edited by: digkleppe, at: 2008/07/02 12:50
login or register to reply
|