Added functions for stdio.h
Created by: Tommoa
Currently missing proper implementations of printf()
, scanf()
and related functions, at well as a few more.
There is a huge diff in the middle, so be careful with selective merging.
Still working on adding tests to cover everything. This PR will be updated as I add more tests and implement more functions.