Home
last modified time | relevance | path

Searched defs:strcmp_P (Results 1 – 2 of 2) sorted by relevance

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/cores/arduino/avr/
H A Dpgmspace.h62 #define strcmp_P(a, b) strcmp((a), (b)) macro
/dports/devel/arduino-irremote/Arduino-IRremote-3.5.2/src/
H A DdigitalWriteFast.h69 # define strcmp_P(a, b) strcmp((a), (b)) macro