xiaoxiang781216 commented on code in PR #3706:
URL: https://github.com/apache/nuttx-apps/pull/3706#discussion_r3744219727


##########
testing/libc/arch_libc/arch_libc_test_main.c:
##########
@@ -232,6 +232,14 @@ int arch_libc_strcpy_speed(void)
 
 #endif
 
+/****************************************************************************
+ * Public Function Prototypes
+ ****************************************************************************/
+
+#ifdef CONFIG_TESTING_ARCH_LIBC_STRING
+int arch_libc_test_string(void);

Review Comment:
   @Fishwaldo I think https://github.com/apache/nuttx-apps/pull/3712/ cover 
more string function than this pr, could you check it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to