On Mon, 18 May 2009 15:27:57 +0200, Danny Backx <danny.ba...@scarlet.be>
wrote:
> MSDN is consistent in stating that the return value of _fileno is an
> int, but MSDN has been known to be wrong. I have the impression that
> this is deliberate in some occasions.

Hi,

With msvc, fileno is declared like this :

_CRTIMP void*  __cdecl _fileno(FILE *);
#define fileno    _fileno

MSDN declares it like that :

int _fileno( 
   FILE* stream 
);
so as you said MSDN is wrong...


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to