This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-15 21:19:09 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bc595aeec8cd570a2ad42e00e67c5ba87572befb
nuttx
/
libc
/
stdlib
T
History
Juha Niskanen
b7ed12ebd3
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_abort.c
…
lib_abs.c
…
lib_bsearch.c
…
lib_checkbase.c
…
lib_div.c
…
lib_imaxabs.c
…
lib_itoa.c
…
lib_labs.c
…
lib_ldiv.c
…
lib_llabs.c
…
lib_lldiv.c
…
lib_mbtowc.c
…
lib_mkstemp.c
…
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
…