nuttx/libs/libc/stdlib
Xiang Xiao a8de37fbec Ensure all source code end with one and only one newline
by this command:
git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2020-02-08 07:25:56 -06:00
..
Kconfig
lib_abort.c
lib_abs.c
lib_bsearch.c
lib_checkbase.c
lib_div.c Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
lib_itoa.c
lib_labs.c
lib_ldiv.c Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
lib_llabs.c
lib_lldiv.c Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
lib_mbtowc.c
lib_mkstemp.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
lib_mktemp.c
lib_ptsname.c
lib_ptsnamer.c
lib_qsort.c
lib_rand.c
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_wctomb.c
Make.defs