awBrokerLongToString
char *awBrokerLongToString(
BrokerLong bl,
char *string);
bl | The BrokerLong to be converted to a string. |
string | The string representation that is returned. This parameter is used for output. |
Obtains a string representation of the specified BrokerLong. The buffer pointed to by string must have at least 24 bytes of space.
See also: