On 6/23/2011 1:30 PM, Jimmy Cao wrote:
         stdout.setvbuf(100, _IOLBUF);


You're mixing up D and C stdio. Try using std.c.stdio.setvbuf().

Reply via email to