mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
libc: Add bsearch to libc.csv
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
7f2fe65749
commit
b383c31089
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
"basename","libgen.h","","FAR char *","FAR char *"
|
||||
"bind_textdomain_codeset","libintl.h","defined(CONFIG_LIBC_LOCALE_GETTEXT)","FAR char *","FAR const char *","FAR const char *"
|
||||
"bindtextdomain","libintl.h","defined(CONFIG_LIBC_LOCALE_GETTEXT)","FAR char *","FAR const char *","FAR const char *"
|
||||
"bsearch","stdlib.h","","FAR void *","FAR const void *","FAR const void *","size_t","size_t","FAR void *"
|
||||
"btowc","wchar.h","","wint_t","int"
|
||||
"calloc","stdlib.h","","FAR void *","size_t","size_t"
|
||||
"cfgetspeed","termios.h","","speed_t","FAR const struct termios *"
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 3.
|
Loading…
Add table
Add a link
Reference in a new issue