File libsrc/dl_l_021.c


Included Files


Global Function dl_Free_List()

void dl_Free_List ( dl_List_t* fl_ptr, int flags )
Prototyped in: mplib1/dl_list.h
Calls: dl_Walk_List() libsrc/dl_l_014.c
References Functions: dl_Free_Node() libsrc/dl_l_021.c

Global Function dl_Free_Node()

void dl_Free_Node ( dl_Node_t* nptr, int flags )
Prototyped in: mplib1/dl_list.h
Calls: dl_Remove_Node() libsrc/dl_l_002.c
  free()
Used in: dl_Free_List() libsrc/dl_l_021.c