-
-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
ArduinoCore-API/api/String.cpp
Line 445 in 7f8de58
return strcmp(buffer, s.buffer); |
ArduinoCore-API/api/String.cpp
Line 445 in 7f8de58
return strcmp(buffer, s.buffer); |
memcmp()
to make sure that a String object can be compared to another String object that has embedded NUL
charactersMetadata
Metadata
Assignees
Labels
No labels