nuttx/libc/stdlib
2017-10-08 11:52:32 -06:00
..
Kconfig libc/Kconfig: Use menus vs. comments to better organize the C library menus 2017-02-10 10:04:56 -06:00
lib_abort.c
lib_abs.c
lib_bsearch.c
lib_checkbase.c
lib_div.c
lib_itoa.c
lib_labs.c
lib_ldiv.c
lib_llabs.c
lib_lldiv.c
lib_mbtowc.c Fix a few wide character build issues 2016-10-18 19:11:09 -06:00
lib_mkstemp.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 11:52:32 -06:00
lib_mktemp.c
lib_ptsname.c
lib_ptsnamer.c
lib_qsort.c
lib_rand.c
lib_srand.c
lib_strtod.c Remove dangling whitespace at the end of some lines. 2017-06-28 10:39:54 -06:00
lib_strtof.c Remove dangling whitespace at the end of some lines. 2017-06-28 10:39:54 -06:00
lib_strtol.c Patch brings strtol() and related functions more conformant with POSIX. Corner cases like strtol(-2147483648, NULL, 10) now pass clang -fsanitize=integer without warnings. 2016-11-10 06:18:42 -06:00
lib_strtold.c Fix -Werror=implicit-fallthrough on gcc7 2017-06-28 17:48:04 +02:00
lib_strtoll.c Patch brings strtol() and related functions more conformant with POSIX. Corner cases like strtol(-2147483648, NULL, 10) now pass clang -fsanitize=integer without warnings. 2016-11-10 06:18:42 -06:00
lib_strtoul.c More fixes for compilation with current SDCC compiler 2017-09-30 15:28:04 -06:00
lib_strtoull.c Patch brings strtol() and related functions more conformant with POSIX. Corner cases like strtol(-2147483648, NULL, 10) now pass clang -fsanitize=integer without warnings. 2016-11-10 06:18:42 -06:00
lib_unlockpt.c Remove dangling whitespace at the end of some lines. 2017-06-28 10:39:54 -06:00
lib_wctomb.c Fix a few wide character build issues 2016-10-18 19:11:09 -06:00
Make.defs C library: Add ffs(). Add strings.h. Move strcasecmp, strncasecmp, bzero, bcmp, and bcopy to where they belong in strings.h.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead. 2017-02-16 16:10:09 -06:00