int ok = FPutC(APTR handle, int ch);
True
on success or False
on failure.
If your file adapter doesn't support writing to files, this function can be a dummy stub.
This function must be implemented in a thread-safe manner.
True
to indicate success, False
on failure