Andrea Rossato | 3 Dec 17:39

Re: handles and foreign C functions

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

Gmane