Dav999-v 51f75b8b30 Fix fallback implementations of SDL_strchr and SDL_strrchr for '\0'
strchr and strrchr return a pointer to the first/last occurrence of a
character in a string, or NULL if the character is not found. According
to the C standard, the final null terminator is part of the string, and
it should thus be possible to get a pointer to the final null with
these functions. The fallback implementations of SDL_strchr and
SDL_strrchr would always return NULL if trying to find '\0', and this
commit fixes that.
2022-07-04 11:10:26 -04:00
..
2022-01-03 09:40:21 -08:00
2022-06-27 10:19:39 -07:00
2022-06-27 10:19:39 -07:00
2022-07-01 13:59:14 -07:00
2022-04-26 04:03:25 +03:00
2022-01-03 09:40:21 -08:00