mirror of
https://github.com/apache/nuttx.git
synced 2026-09-25 09:15:09 +08:00
libc.csv: Correct type of return value for strstr
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
+1
-1
@@ -283,7 +283,7 @@
|
||||
"strrchr","string.h","","FAR char *","FAR const char *","int"
|
||||
"strsep","string.h","","FAR char *","FAR char **","FAR const char *"
|
||||
"strspn","string.h","","size_t","FAR const char *","FAR const char *"
|
||||
"strstr","string.h","","FAR char","FAR const char *","FAR const char *"
|
||||
"strstr","string.h","","FAR char *","FAR const char *","FAR const char *"
|
||||
"strtod","stdlib.h","","double","FAR const char *","FAR char **"
|
||||
"strtod","stdlib.h","defined(CONFIG_HAVE_DOUBLE)","double","FAR const char *","FAR char **"
|
||||
"strtoimax","inttypes.h","","intmax_t","FAR const char *","FAR char **","int"
|
||||
|
||||
|
Reference in New Issue
Block a user