mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 20:13:50 +01:00
This should be a OR or when comparing only parts os strings would return a wrong value. const char *first = "testA"; const char *second = "test"; uint8_t contains = strncasecmp(first, second, strlen(second));