Synopsis
#include <pgmspace.h>
int puts_P(__code const char *s);
Description

puts_P is a macro defined to be puts_c which has the prototype above.

Portability

puts_P is an extension provided by CrossWorks for AVR.

See also

puts_c