home *** CD-ROM | disk | FTP | other *** search
- /* The following lists manipulation functions are not needed for DICE
- * because they are already implemented in DICE c.lib
- */
-
- void *GetHead(const struct MinList *List);
- void *GetSucc(const struct MinNode *Node);
- void *GetTail(const struct MinList *List);
- void *GetPred(const struct MinNode *Node);
-
-