CPXXmsgstr and CPXmsgstr

The routine CPXXmsgstr/CPXmsgstr sends a character string to a CPLEX message channel.

int CPXXmsgstr( CPXCHANNELptr channel, char const * msg_str )

int CPXmsgstr( CPXCHANNELptr channel, char const * msg_str )

Description

The routine CPXXmsgstr/CPXmsgstr sends a character string to a CPLEX message channel.

Arguments

channel
The pointer to the channel receiving the message.
msg_str
A pointer to a string that should be sent to the message channel.

Return

The routine returns the number of characters in the string msg.

Example

CPXmsgstr (p, q);