Synopsis
(macro) void mda_DbgSetOutput(FILE *file)
Purpose
Set output file descriptor.
Description
Output generated by the MDA debugging functions will be written to the specified file descriptor. Unless this function is called, the output will be written to stdout. The file descriptor file is assumed to be an open and writable text file.
Input
file
Output file descriptor