PSTR alias followup (#20831)
This commit is contained in:
parent
b355f4605e
commit
8d2f1851eb
@ -101,7 +101,7 @@
|
|||||||
#define strncat_P(a, b, n) strncat((a), (b), (n))
|
#define strncat_P(a, b, n) strncat((a), (b), (n))
|
||||||
#endif
|
#endif
|
||||||
#ifndef strncpy_P
|
#ifndef strncpy_P
|
||||||
#define strncpy_P(a, b, n) strncmp((a), (b), (n))
|
#define strncpy_P(a, b, n) strncpy((a), (b), (n))
|
||||||
#endif
|
#endif
|
||||||
#ifndef strpbrk_P
|
#ifndef strpbrk_P
|
||||||
#define strpbrk_P(str, chrs) strpbrk((str), (chrs))
|
#define strpbrk_P(str, chrs) strpbrk((str), (chrs))
|
||||||
|
Loading…
Reference in New Issue
Block a user