libc.csv: Correct type of return value for strstr
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
efa2a95163
commit
84c7a4dd69
@ -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"
|
||||
|
Can't render this file because it has a wrong number of fields in line 3.
|
Loading…
Reference in New Issue
Block a user