MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leSprintfErrorMessage Function
MPLAB® Harmony Graphics Suite
leSprintfErrorMessage Function

Sets the library global error message using a formatted string.

C
void leSprintfErrorMessage(
    const char* fmt, 
    ...
);
Parameters
Parameters 
Description 
const char* fmt 
the formatted error message string 
varargs 
the arguments to the formatted string 
MPLAB® Harmony Graphics Suite