awStringAppendNString
void awStringAppendNString(
BrokerString st,
char *append,
int length);
st | The destination string. |
append | The source string. |
length | The number of bytes of append you want to append to st. |
Appends length bytes of the source string append to the end of the destination string st.
See also: