RwSetDebugStream(FILE *stream);
Description
Sets the current debugging stream.
Arguments
stream File pointer.
Return Value
TRUE if successful, and FALSE otherwise.
Comments
This function is useful in situations where a file pointer is available but a file name is not, i.e., files that have been opened previously or standard streams such as stderr.
See Also