| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sfldir.h" Bool free_dir_list (NODE *file_list)
Frees all FILELIST blocks in the specified linked list.
{ ASSERT (file_list); while (file_list-> next != file_list) { free dir (&((FILEINFO *) file_list-> next)-> dir); node destroy (file_list-> next); } mem_free (file_list); return (TRUE); }
| << | < | > | >> |
![]() |