Re: [PATCH 0/2] tools/nolibc: add support for [v]sscanf()

2024-07-31 Thread Shuah Khan
On 7/31/24 12:32, Thomas Weißschuh wrote: The implementation is limited and only supports numeric arguments. It would help to add more details on why this is needed especially in the commit log. Signed-off-by: Thomas Weißschuh --- Thomas Weißschuh (2): tools/nolibc: add support for [

[PATCH 0/2] tools/nolibc: add support for [v]sscanf()

2024-07-31 Thread Thomas Weißschuh
The implementation is limited and only supports numeric arguments. Signed-off-by: Thomas Weißschuh --- Thomas Weißschuh (2): tools/nolibc: add support for [v]sscanf() Revert "selftests: kselftest: Fix build failure with NOLIBC" tools/include/nolibc/stdio.h | 93 +