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.

Parameters
pstList[IN] the list
Return values
void*Data at the first element of the list [void*]
void*If the first element does not exist [NULL]