libs/libc/libc.csv: Add localtime and ctime

This commit is contained in:
YAMAMOTO Takashi
2022-01-29 01:04:23 +08:00
committed by Xiang Xiao
parent 0db6ac28d8
commit 182575d240
+2
View File
@@ -31,6 +31,7 @@
"clock","time.h","","clock_t"
"crc32","crc32.h","","uint32_t","FAR const uint8_t *","size_t"
"crc32part","crc32.h","","uint32_t","FAR const uint8_t *","size_t","uint32_t"
"ctime","time.h","","char *","const time_t *"
"dirname","libgen.h","","FAR char *","FAR char *"
"dlclose","dlfcn.h","defined(CONFIG_LIBC_DLFCN)","int","FAR void *"
"dlerror","dlfcn.h","defined(CONFIG_LIBC_DLFCN)","FAR char *","void"
@@ -121,6 +122,7 @@
"lib_dumpbuffer","debug.h","","void","FAR const char *","FAR const uint8_t *","unsigned int"
"lio_listio","aio.h","defined(CONFIG_FS_AIO)","int","int","FAR struct aiocb * const []|FAR struct aiocb * const *","int","FAR struct sigevent *"
"llabs","stdlib.h","defined(CONFIG_HAVE_LONG_LONG)","long long int","long long int"
"localtime","time.h","","struct tm *","const time_t *"
"mallinfo","malloc.h","","struct mallinfo","void"
"malloc","stdlib.h","","FAR void *","size_t"
"malloc_size","malloc.h","","size_t","FAR void *"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
31 clock time.h clock_t
32 crc32 crc32.h uint32_t
33 crc32part crc32.h uint32_t
34 ctime time.h char *
35 dirname libgen.h FAR char *
36 dlclose dlfcn.h defined(CONFIG_LIBC_DLFCN) int
37 dlerror dlfcn.h defined(CONFIG_LIBC_DLFCN) FAR char *
122 lib_dumpbuffer debug.h void
123 lio_listio aio.h defined(CONFIG_FS_AIO) int
124 llabs stdlib.h defined(CONFIG_HAVE_LONG_LONG) long long int
125 localtime time.h struct tm *
126 mallinfo malloc.h struct mallinfo
127 malloc stdlib.h FAR void *
128 malloc_size malloc.h size_t