Path: chuka.playstation.co.uk!scea!peter_alau@playstation.sony.com From: "Antony Arciuolo" Newsgroups: scea.yaroze.programming.2d_graphics Subject: Printf() Date: 16 Jul 1998 01:30:42 GMT Organization: SCEA News Server Lines: 10 Message-ID: <01bdb05b$0ddcab40$0100fc9d@skynet> NNTP-Posting-Host: 209.123.61.131 X-Newsreader: Microsoft Internet News 4.70.1161 I have problems where the printf to the console gets cut off. Like: 4-bit TIM loaded successfully. would get displayed as: 4t TIMldd successfull. The stream to the console seems to be interrupted prematurely. Is there any way to cease all other functions until the printf is done displaying (would critical-section code be appropriate here) ?