openHiTLS API openHiTLS 0.1.0-Alpha1
|
◆ BSL_LIST_PFUNC_CMP
This is a pointer to the list comparison function used in BSL_LIST_Search function. It takes two pointers and compares them based on a criteria. If the two are equal a zero is returned. If the first should preceed the second, a negative is returned. Else a positive value is returned. |