Home
last modified time | relevance | path

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

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/cores/arduino/avr/
H A Dpgmspace.h71 #define strncmp_P(s1, s2, n) strncmp((s1), (s2), (n)) macro
/dports/devel/arduino-irremote/Arduino-IRremote-3.5.2/src/
H A DdigitalWriteFast.h75 # define strncmp_P(a, b, n) strncmp((a), (b), (n)) macro