
3 Dec
2008
3 Dec
'08
11:39 a.m.
Hello Bulat, On Wed, Dec 03, 2008 at 07:26:39PM +0300, Bulat Ziganshin wrote:
either some error in the code (i neevr used this feature) or stdout may be defile by a macro.
the second you said: /* C89/C99 say they're macros. Make them happy. */ (from stdio.h)
can you try to define function for it:
FILE *out() {return stdout;}
This does the trick. Thank you once again. Andrea