#include <pgmspace.h>int puts_P(__code const char *s);
puts_P is a macro defined to be puts_c which has the prototype above.
puts_P is an extension provided by CrossWorks for AVR.
puts_c