| C++ Math Library Reference | ![]() |
Return a pointer to current print handler
C++ Prototype
mwOutputFunc mxGetPrintHandler(void);
Description
mwGetPrintHandler returns a pointer to the function specified in the most recent call to mwSetPrintHandler() or to the default print handler, if you haven't specified a print handler.
See Also
mwSetPrintHandler
| mwGetExceptionMsgHandler | mwSetErrorMsgHandler | ![]() |