Re: Is it standard and practical to use long long types?
> Error test.c: 3 redeclaration of 'fileno' previously declared at
h:\lcc\include[color=blue]
> \stdio.h 149[/color]
fileno returns the integer value (the file number) of a FILE
structure.
If I had a team of people working in lcc-win32 (as gcc has)
and a huge budget (as MSVC has) I would fix this and other
warnings, looking at each function to see which is declared
in the standard and which not.
jacob
> Error test.c: 3 redeclaration of 'fileno' previously declared at
h:\lcc\include[color=blue]
> \stdio.h 149[/color]
fileno returns the integer value (the file number) of a FILE
structure.
If I had a team of people working in lcc-win32 (as gcc has)
and a huge budget (as MSVC has) I would fix this and other
warnings, looking at each function to see which is declared
in the standard and which not.
jacob
Comment