[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] avr-gcc 3.3 built in function "putchar" "puts"
From: |
Larry Barello |
Subject: |
[avr-gcc-list] avr-gcc 3.3 built in function "putchar" "puts" |
Date: |
Mon, 14 Apr 2003 11:50:40 -0700 |
New with the latest Winavr release (avrfreaks) is a compiler complaint
that I have conflicting types for 'putchar' and 'puts'.
When did these become "built-in functions"?
Regardless, is there a way to keep the compiler quiet about this other
than changing these routines to "my_putchar" and "my_puts"?
Cheers!