Implemented fputc, fputs, and puts
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.