Doubly-linked list/Element removal: Difference between revisions

m
(Added solution for Action!)
Line 14:
INCLUDE "D2:ALLOCATE.ACT" ;from the Action! Tool Kit. You must type 'SET EndProg=*' from the monitor after compiling, but before running this program!
 
DEFINE PTR="CARD"
DEFINE NODE_SIZE="6"
TYPE ListNode=[CARDPTR data,prv,nxt]
 
ListNode POINTER listBegin,listEnd
Anonymous user