Skip to content

Implemented fputc, fputs, and puts

Jeremy Soller requested to merge Tommoa:master into master

Created by: Tommoa

I haven't included any tests for these, as they effectively get tested every time printf("%s", ...) is used.

This fixes an issue noticed by @jrraymond where printf("%s") caused a not yet implemented, which isn't very helpful when you're trying to use the test suite.

Merge request reports