Searched defs:DL_LIST (Results 1 – 1 of 1) sorted by relevance
27 typedef struct DL_LIST { struct28 struct DL_LIST *pstPrev; // previous node argument29 struct DL_LIST *pstNext; // next node argument30 } DL_LIST; typedef