2017-01-14 19:57:42 -05:00

4 lines
78 B
C

#define PSTR(s) s
inline char pgm_read_byte_near(const char* p) {return *p;}