openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_PREV_ELMT

#define BSL_LIST_PREV_ELMT (   pList)     ((pList) ? ((pList)->curr ? ((pList)->curr->prev ? ((pList)->curr->prev->data) : NULL) : NULL) : NULL)