Skip to content

Added functions for stdio.h

Jeremy Soller requested to merge Tommoa:master into master

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.

Merge request reports