Defines |
#define | __PGMSPACE_H_ 1 |
#define | __need_size_t |
#define | __ATTR_CONST__ __attribute__((__const__)) |
#define | __ATTR_PROGMEM__ __attribute__((__progmem__)) |
#define | __ATTR_PURE__ __attribute__((__pure__)) |
#define | PROGMEM __ATTR_PROGMEM__ |
#define | PSTR(s) ({static char __c[] PROGMEM = (s); __c;}) |
#define | PRG_RDB(addr) _LPM((unsigned short)(addr)) |
#define | PGM_P const prog_char * |
#define | PGM_VOID_P const prog_void * |
Functions |
unsigned char | __lpm_inline (unsigned short __addr) __ATTR_CONST__ |
void* | memcpy_P (void *, PGM_VOID_P, size_t) |
char* | strcat_P (char *, PGM_P) |
int | strcmp_P (const char *, PGM_P) __ATTR_PURE__ |
char* | strcpy_P (char *, PGM_P) |
int | strcasecmp_P (const char *, PGM_P) __ATTR_PURE__ |
size_t | strlen_P (PGM_P) __ATTR_CONST__ |
int | strncmp_P (const char *, PGM_P, size_t) __ATTR_PURE__ |
int | strncasecmp_P (const char *, PGM_P) __ATTR_PURE__ |
char* | strncpy_P (char *, PGM_P, size_t) |