#include <linklist.h> DLL_Return DLL_CurrentPointerToHead(List *list); DLL_Return DLL_CurrentPointerToTail(List *list); DLL_Return DLL_IncrementCurrentPointer(List *list); DLL_Return DLL_DecrementCurrentPointer(List *list); DLL_Return DLL_StoreCurrentPointer(List *list); DLL_Return DLL_RestoreCurrentPointer(List *list);
All of these functions return the enumerated type DLL_Return and take only one argument list the pointer returned by DLL_CreateList.
Carl J. Nobile 2012-01-17