4 lines
78 B
C
4 lines
78 B
C
|
#define PSTR(s) s
|
||
|
|
||
|
inline char pgm_read_byte_near(const char* p) {return *p;}
|