C++ Math Library Reference    
mwSetPrintHandler

Set the current print handling routine

C++ Prototype

Arguments
f
   Pointer to a function that takes a char * argument and returns void. The function displays the character string. mwOutputFunc is defined as:

Description

mwSetPrintHandler sets the print handling routine. The print handler is responsible for handling all "normal" (nonerror) output. You must call mwSetPrintHandler() before calling other library routines. Otherwise the library uses the default print handler to display messages.

See Also

mwGetPrintHandler


mwSetLibraryAllocFcns