PSTR alias followup (#20831)
This commit is contained in:
parent
3f90ecfd77
commit
ef14b18f8e
|
@ -101,7 +101,7 @@
|
|||
#define strncat_P(a, b, n) strncat((a), (b), (n))
|
||||
#endif
|
||||
#ifndef strncpy_P
|
||||
#define strncpy_P(a, b, n) strncmp((a), (b), (n))
|
||||
#define strncpy_P(a, b, n) strncpy((a), (b), (n))
|
||||
#endif
|
||||
#ifndef strpbrk_P
|
||||
#define strpbrk_P(str, chrs) strpbrk((str), (chrs))
|
||||
|
|
Loading…
Reference in a new issue