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.
#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.