Daniel O'Connor wrote:
On Sat, 19 Nov 2005 21:04, Russell Shaw wrote:
It will if it's implemented correctly, eg in stdlib.h
#ifdef _USE_FULL_ITOA
#define itoa _itoa_full
#else
#define itoa _itoa_small
#endif
Even if functions are unused in a library that is linked, don't they still
end up in the final binary?
No, they don't, otherwise you'd run out of flash space all the time :)
I never noticed, because i always write my own minimal versions of things.
http://lists.nongnu.org/archive/html/avr-gcc-list/2002-07/msg00063.html
http://lists.nongnu.org/archive/html/avr-gcc-list/2002-07/msg00053.html
_______________________________________________
AVR-GCC-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list