Files
nuttx/libs/libc/stdlib
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
..
2024-07-02 02:56:05 +08:00
2024-08-22 15:24:48 +08:00
2024-04-17 11:36:39 -03:00