Name
hw_FPutC -- write single character to file (V5.0)
Synopsis
int ok = hw_FPutC(APTR handle, int ch);
Function
This function writes the specified character to the specified file handle. It returns True on success or False on failure.

This function is thread-safe.

Designer compatibility
Supported since Designer 4.0

Inputs
handle
file handle returned by hw_FOpen()
ch
character to write to file (0-255)
Results
ok
True to indicate success, False on failure

Show TOC