[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] link problems
From: |
Jeff Barlow |
Subject: |
Re: [avr-gcc-list] link problems |
Date: |
Tue, 08 Mar 2005 10:28:18 -0800 |
"address@hidden" <address@hidden> wrote:
>Is this normal? (in which case I'd be grateful if someone could please explain
>me how comes the compiler doesn't complain about the non-declared function)
Yes, it's normal. Undeclared function calls are legal in C;
always have been. (This doesn't make them a good idea, of
course.)
--
Later,
Jeff
- [avr-gcc-list] link problems, address@hidden, 2005/03/08
- Re: [avr-gcc-list] link problems, Parthasaradhi Nayani, 2005/03/08
- Re: [avr-gcc-list] link problems, address@hidden, 2005/03/08
- Re: [avr-gcc-list] link problems, Parthasaradhi Nayani, 2005/03/09
- Re: [avr-gcc-list] link problems, Parthasaradhi Nayani, 2005/03/09
- Re: [avr-gcc-list] link problems, address@hidden, 2005/03/09