This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On 10-dec-03, at 13:27, Robert Dewar wrote:
Is it really true that the name printf is reserved? Is a C program not allowed to define its own printf function (which might or might not be varargs)? What's the story here?
It is reserved only in translation units that have stdio.h #include'd.
Well that's not a matter of being reserved, just normal visibility rules ...
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |