Re: Doubt
santosh said:
Anarki wrote:
<snip>
2.I haven't included stdio.h yet the printf compiles.The compiler
doesn't complain about the requirement of function prototype, why?
If you had invoked your compiler in conforming mode then it would have.
Chapter and verse for C90, please. (I accept that your claim is correct for
C99.)
<snip>
--
Richard Heathfield <
http://www.cpax.org.uk>
Email: -
http://www. +rjh@
Google users: <
http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
.
Relevant Pages
- Re: Doubt
... doesn't complain about the requirement of function prototype, ... If you had invoked your compiler in conforming mode then it would ... The rules of C90 do not require a diagnostic. ... (comp.lang.c) - Re: How to convert Infix notation to postfix notation
... Since you actually duplicate the function prototype in the comment block ... Your compiler should be better than this. ... they fetishize, reify and rationalize those defects, making a normal ... laid out very well for the reader. ... (comp.lang.c) - Re: Is it standard and practical to use long long types?
... right option for putting the compiler in conforming mode. ... Bogus/idiotic warnings when all warnings are enabled. ... For reference, this what I get from gcc, when invoked in conforming mode ... (comp.lang.c) - Re: Is it standard and practical to use long long types?
... right option for putting the compiler in conforming mode. ... Bogus/idiotic warnings when all warnings are enabled. ... For reference, this what I get from gcc, when invoked in conforming mode ... (comp.lang.cpp) - Re: CreateSymbolicLink doesnt fail on 64-bit if process doesnt have sufficient privileges
... If the function prototype visible to the application compiler says ... "BOOLEAN", then the compiler will only test the lower byte. ... the headers included with SDK are exactly ones used to build the OS itself. ... (microsoft.public.win32.programmer.kernel) |
|