Doubly-linked list/Definition: Difference between revisions

m
(Added solution for Action!)
Line 16:
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="5"
TYPE ListNode=[BYTE data CARDPTR prv,nxt]
 
ListNode POINTER listBegin,listEnd
Anonymous user