On Fri, 27 Feb 2009 22:10:16 +0100 David Brown <[email protected]> wrote:
> sprintf((A_String + i), "%c", 0xff) > > has exactly the same effect as: > > A_String[i] = 0xff; > A_String[i + 1] = 0x00; > delay_about_1000_processor_cycles(); > waste_about_2000_bytes_of_code_space(); ROTF ! :-)))) -- Vince _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
