nuttx/libs/libc/stdlib
mage1 def007e2d7 add #undef for some libc function
since it's useful to redirect these functions to others
sometime(e.g. validate the memory before write).

Change-Id: I6253a9231af8809e8362f4bc5a1bd67fb094c3b0
2021-07-14 15:09:58 -03:00
..
Kconfig
lib_abort.c
lib_abs.c
lib_aligned_alloc.c add #undef for some libc function 2021-07-14 15:09:58 -03:00
lib_atof.c
lib_atoi.c add #undef for some libc function 2021-07-14 15:09:58 -03:00
lib_atol.c add #undef for some libc function 2021-07-14 15:09:58 -03:00
lib_atoll.c
lib_bsearch.c
lib_checkbase.c
lib_div.c Fix various typos in comments and documentation 2021-07-04 11:23:26 -05:00
lib_Exit.c
lib_itoa.c
lib_labs.c
lib_ldiv.c Fix various typos in comments and documentation 2021-07-04 11:23:26 -05:00
lib_llabs.c
lib_lldiv.c Fix various typos in comments and documentation 2021-07-04 11:23:26 -05:00
lib_mblen.c
lib_mbstowcs.c
lib_mbtowc.c
lib_mkdtemp.c
lib_mkstemp.c
lib_mktemp.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
lib_openpty.c libc: Implement openpty function 2021-05-12 21:08:23 -07:00
lib_posix_memalign.c add #undef for some libc function 2021-07-14 15:09:58 -03:00
lib_ptsname.c libc/pty: Make ptsname[_r] support PSEUDOTERM_BSD config too 2021-05-07 16:35:20 -03:00
lib_ptsnamer.c libc/pty: Make ptsname[_r] support PSEUDOTERM_BSD config too 2021-05-07 16:35:20 -03:00
lib_qsort.c
lib_rand.c
lib_realpath.c
lib_srand.c Remove the unnecessary math.h inclusion 2021-04-12 22:58:23 -04:00
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_valloc.c add #undef for some libc function 2021-07-14 15:09:58 -03:00
lib_wcstombs.c
lib_wctomb.c
Make.defs Move aligned_alloc, posix_memalign and valloc from mm/umm to libs/libc/stdlib 2021-07-01 11:44:38 -07:00