openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_SAL_Atoi()

int32_t BSL_SAL_Atoi ( const char *  str)

Convert string to number

Convert string to number

注意
None.
参数
str[IN] String to be converted.
返回值
Ifthe conversion is successful, the corresponding number is returned; Otherwise, the value 0 is returned.