openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_SAL_Memchr()

void * BSL_SAL_Memchr ( const char *  str,
int32_t  character,
size_t  count 
)

Search for the corresponding character position in a string.

Search for the corresponding character position in a string.

注意
None.
参数
str[IN] String
character[IN] Character to be searched for
count[IN] Range to be found
返回值
Ifa character is found, the position of the character is returned; Otherwise, NULL is returned.