openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_FirstNode()

BslListNode * BSL_LIST_FirstNode ( const BslList list)

This function returns the first element of the list.

Parameters
list[IN] The list.
Return values
BslListNode*first element of the list [BslListNode*]
BslListNode*If the first element does not exist [NULL]