libs/libc/libc.csv: Add atoi and friends

This commit is contained in:
YAMAMOTO Takashi
2022-01-27 18:54:29 +09:00
committed by Xiang Xiao
parent 4b183b93cf
commit 0db6ac28d8
+4
View File
@@ -12,6 +12,10 @@
"aio_suspend","aio.h","defined(CONFIG_FS_AIO)","int","FAR const struct aiocb * const []|FAR const struct aiocb * const *","int","FAR const struct timespec *"
"alarm","unistd.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","unsigned int","unsigned int"
"asprintf","stdio.h","","int","FAR char **","FAR const IPTR char *","..."
"atof","stdlib.h","defined(CONFIG_HAVE_DOUBLE)","double","FAR const char *"
"atoi","stdlib.h","","int","FAR const char *"
"atol","stdlib.h","","long","FAR const char *"
"atoll","stdlib.h","defined(CONFIG_HAVE_LONG_LONG)","long long","FAR const char *"
"b16atan2","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","b16_t","b16_t","b16_t"
"b16cos","fixedmath.h","","b16_t","b16_t"
"b16divb16","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","b16_t","b16_t","b16_t"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
12 aio_suspend aio.h defined(CONFIG_FS_AIO) int
13 alarm unistd.h !defined(CONFIG_DISABLE_POSIX_TIMERS) unsigned int
14 asprintf stdio.h int
15 atof stdlib.h defined(CONFIG_HAVE_DOUBLE) double
16 atoi stdlib.h int
17 atol stdlib.h long
18 atoll stdlib.h defined(CONFIG_HAVE_LONG_LONG) long long
19 b16atan2 fixedmath.h !defined(CONFIG_HAVE_LONG_LONG) b16_t
20 b16cos fixedmath.h b16_t
21 b16divb16 fixedmath.h !defined(CONFIG_HAVE_LONG_LONG) b16_t