Synopsis

(macro) void mpm_SetOutput(int (*function) (const char *string, FILE *stream))

Purpose

Set the message processor output function.

Description

This function will set the global output function in the message processor. The default function is fputs with errors directed to stderr and other messages directed to stdout.

Input

function

Output function pointer string string stream stream