libc.csv: Correct return type of strchr

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2023-06-28 14:00:51 +08:00 committed by archer
parent a2c4027da6
commit f48a92810b
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@
"strcasecmp","strings.h","","int","FAR const char *","FAR const char *"
"strcasestr","string.h","","FAR char *","FAR const char *","FAR const char *"
"strcat","string.h","","FAR char *","FAR char *","FAR const char *"
"strchr","string.h","","FAR char","FAR const char *","int"
"strchr","string.h","","FAR char *","FAR const char *","int"
"strchrnul","string.h","","FAR char *","FAR const char *","int"
"strcmp","string.h","","int","FAR const char *","FAR const char *"
"strcoll","string.h","defined(CONFIG_LIBC_LOCALE)","int","FAR const char *","FAR const char *"

Can't render this file because it has a wrong number of fields in line 3.