nuttx/libs
wangjianyu3 9773fb9867 libc/stdlib: Check if there is next char before assuming octal
When *pptr/ptr is "0" and base is 0, lib_checkbase() returns the error base 8(should be 10).
e.g. `strtoul("0", &endptr, 0);`

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2024-09-15 10:11:42 +08:00
..
libc libc/stdlib: Check if there is next char before assuming octal 2024-09-15 10:11:42 +08:00
libdsp build depend:Revert Make.dep intermediate ddc file 2024-09-15 10:01:58 +08:00
libm build depend:Revert Make.dep intermediate ddc file 2024-09-15 10:01:58 +08:00
libnx build depend:Revert Make.dep intermediate ddc file 2024-09-15 10:01:58 +08:00
libxx build depend:Revert Make.dep intermediate ddc file 2024-09-15 10:01:58 +08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00