How to write a string in eeprom ?

Sorry, that should be:eeprom_write_block((void *)mystr,(void *)ee_addr,strlen(mystr)+1);So that the NUL gets written, too.

-Mike