DC9 API for Linked Lists

I see reference is made to an API for linked lists in version 9 of DC - can anyone point me in the right direction?

Nick

Hi All

OK - now that I have found it and tried the example code it all makes senses except the use of it. Can someone please assist in the use of the allocated memory. This may sound odd but how does one say assign a data structure to an allocated area.

I see in the example root memory requires a contiguous array assignment and xmem simple has a long x used as the"holder of the address to the allocated bloack within the pool. Problem I am battling with is how do I assign a data structure to this area of memory, takng into account the forward and backward pointers.

I am obviously missing something obvious - HELP!!