openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_DeleteAllAfterSort()

void BSL_LIST_DeleteAllAfterSort ( BslList pList)

Delete all the nodes in the list. But it does not delete the data pointers inside the list nodes. It is used only after sort to delete the input list to the sort function.

参数
pList[IN] The list.