This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libs
/
libc
/
stdlib
History
Xiang Xiao
533a7319d9
libc: Move stack check stuff from libc/stdlib/ to libc/assert/
...
since the new location is more reasonable Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-02-20 10:10:15 -08:00
..
Kconfig
…
lib_abort.c
…
lib_abs.c
…
lib_aligned_alloc.c
…
lib_atof.c
…
lib_atoi.c
…
lib_atol.c
…
lib_atoll.c
…
lib_bsearch.c
…
lib_checkbase.c
…
lib_div.c
…
lib_Exit.c
libc: Refine the inline handling
2020-07-04 11:10:29 +09:00
lib_itoa.c
…
lib_labs.c
…
lib_ldiv.c
…
lib_llabs.c
…
lib_lldiv.c
…
lib_mblen.c
…
lib_mbstowcs.c
…
lib_mbtowc.c
…
lib_mkdtemp.c
…
lib_mkstemp.c
…
lib_mktemp.c
…
lib_posix_memalign.c
…
lib_ptsname.c
…
lib_ptsnamer.c
…
lib_qsort.c
This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now.
2018-05-29 13:21:26 -06:00
lib_rand.c
…
lib_realpath.c
libc: Replace all malloc/free to lib_malloc/lib_free
2020-07-29 10:14:27 +01:00
lib_srand.c
…
lib_strtod.c
…
lib_strtof.c
…
lib_strtol.c
…
lib_strtold.c
…
lib_strtoll.c
…
lib_strtoul.c
…
lib_strtoull.c
…
lib_unlockpt.c
…
lib_wcstombs.c
…
lib_wctomb.c
…
Make.defs
…