openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_NEXT_ELMT

#define BSL_LIST_NEXT_ELMT (   pList)     ((pList) ? ((pList)->curr ? ((pList)->curr->next ? ((pList)->curr->next->data) : NULL) : NULL) : NULL)