Files
ladybird/Userland/Tests/LibC/scanf.cpp
Jelle Raaijmakers 5e5f0245b6 LibC: Teach vsscanf() to consume the width specifier
Previously, `vsscanf()` would crash whenever it encountered a width
specification. Now, it consumes the width specification but does not
yet do anything with it.
2021-04-04 08:28:47 +02:00

8.8 KiB