| C Math Library Reference | ![]() |
Format output similar to printf
C Prototype
int mlfPrintf(const char *fmt, ...);
Arguments
const char *fmt
String to print. String may include printf-style format characters that specify the format for subsequent strings.
Description
Uses the installed print handler to display the output.
See Also
mlfPrintMatrix, mlfSetPrintHandler
| mlfIndexVarargout | mlfPrintMatrix | ![]() |