Synopsis

(macro) void hdb_SetOutput(FILE *file)

Purpose

Set output file descriptor.

Description

Output generated by the heap 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