Trying to write the following function but confused, as get() only reads in the first character?
Write C-string's chars to the screen one char at a time.
void writeString(const char*)
Rule:
cannot use []
.
Hints:use put();
make use of '\0'
– but don't write it out.