mirror of
https://github.com/apache/nuttx.git
synced 2025-12-10 20:24:51 +08:00
libs/libc/libc.csv: Add truncate
This commit is contained in:
committed by
Xiang Xiao
parent
182575d240
commit
82fdba5258
@@ -256,6 +256,7 @@
|
||||
"time","time.h","","time_t","FAR time_t *"
|
||||
"towlower","wchar.h","defined(CONFIG_LIBC_WCHAR)","wint_t","wint_t"
|
||||
"towupper","wchar.h","defined(CONFIG_LIBC_WCHAR)","wint_t","wint_t"
|
||||
"truncate","unistd.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","FAR const char *","off_t"
|
||||
"ub16divub16","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","ub16_t","ub16_t","ub16_t"
|
||||
"ub16mulub16","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","ub16_t","ub16_t","ub16_t"
|
||||
"ub16sqr","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","ub16_t","ub16_t"
|
||||
|
||||
|
Reference in New Issue
Block a user