HM_message()
Prints a message on the screen.
Syntax
void HM_message(char * format, char * message);
Type
HyperMesh hmlib Function
Description
Inputs
- format
- A pointer to a character string that contains a format statement to be used in the print family of functions.
- message
- A pointer to a character string that contains a message.
Example
If message is set to NULL, it is not used in the function.
Errors
None.