summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/scanf.cpp
AgeCommit message (Expand)Author
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-04-08LibC: Fix coding style in scanf helpersAndreas Kling
2021-04-04LibC: Teach `vsscanf()` to consume the width specifierJelle Raaijmakers
2021-04-04LibC: Use 'long long' specialisations of scanf's read_element_concreteAnotherTest
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-25LibC: Make it compile on 64-bitAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-16LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long})AnotherTest
2021-02-15LibC: Reimplement scanf from the ground upAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling