Files
rtl_433/tests
Christian W. Zuckschwerdt 64eb9d90c5 minor: Fix warnings for C23 generic functions
For ISO C23, the functions bsearch, memchr, strchr, strpbrk, strrchr, strstr, wcschr, wcspbrk, wcsrchr, wcsstr and wmemchr that return pointers into their input arrays now have definitions as macros that return a pointer to a const-qualified type when the input argument is a pointer to a const-qualified type.
2026-07-15 16:13:43 +02:00
..