TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool StringInit | ( | out string | string_var, |
int | new_len = 0 , |
||
char | character = '\0' |
||
) |
Initializes a string by specified symbols and provides the specified string size
string_var | String that should be initialized and deinitialized |
new_len | String length after initialization. If length=0, it deinitializes the string, i.e. the string buffer is cleared and the buffer address is zeroed |
character | Symbol to fill the string |