openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_First()

void * BSL_LIST_First ( BslList pstList)

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

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