We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ea920 commit 2b67fc2Copy full SHA for 2b67fc2
src/string.c
@@ -30,7 +30,8 @@
30
#if defined(_RENESAS_RA_)
31
#include <stdint.h>
32
#endif
33
-#if !defined(TARGET_library) && defined(__STDC_HOSTED__) && __STDC_HOSTED__
+#if !defined(TARGET_library) && defined(__STDC_HOSTED__) && __STDC_HOSTED__ \
34
+ && !defined(__CCRX__)
35
#include <string.h>
36
#else
37
size_t strlen(const char *s); /* forward declaration */
0 commit comments