??? 02/22/11 22:12 Read: times |
#181248 - No overloading in C Responding to: ???'s previous message |
There is no overloading in C.
More likely the compiler didn't see the prototype when it compiles the function definition. Is the prototype in the same source file or in a header? And if the latter was that header included in the source defining the function? |
Topic | Author | Date |
const function parameter declaration -2 | 01/01/70 00:00 | |
call by value | 01/01/70 00:00 | |
Overloaded function | 01/01/70 00:00 | |
No overloading in C | 01/01/70 00:00 | |
case 10: return 0x30; | 01/01/70 00:00 |