openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_Last()

void * BSL_LIST_Last ( BslList pstList)

This function returns the data at the last element of the list.

参数
pstList[IN] The list
返回值
void*Data at the last element of the list [void*]
void*If the last element does not exist [NULL]