On Sep 5, 2005, at 9:19 AM, Joerg Wunsch wrote:
1. To change the order of arguments 'put' as: int (*put)(FILE *, char) --> int (*put)(char, FILE *) It would allow to leave the asm program 'put' without changes.But only these. ;-) For C programs, they'd yield a compile-time error due to the different function prototypes.
Unix is putc(char, FILE*) so I think the put() function in avr-libc should be same.
-- David Kelly N4HHE, [EMAIL PROTECTED] ======================================================================== Whom computers would destroy, they must first drive mad. _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
