summaryrefslogtreecommitdiff
path: root/LibC/scanf.cpp
AgeCommit message (Collapse)Author
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.
2019-06-07LibC: Run clang-format on everything.Andreas Kling
2019-03-20LibC: Fix bug in scanf() family where we'd capture invalid data.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2018-11-09Fix all current build warnings in LibC.Andreas Kling
2018-11-05Lots of minor compat stuff while seeing if bash would build.Andreas Kling
We're quite far from bash building, but we'll get there eventually!
2018-10-31Enough compatibility work to make figlet build and run!Andreas Kling
I ran out of steam writing library routines and imported two BSD-licensed libc routines: sscanf() and getopt(). I will most likely rewrite them sooner or later. For now I just wanted to see figlet running.