LKInsertBeforeInList - Inserts a new list item into the linked list before the specified position.
int LKInsertBeforeInList(listptr, position, void *)
This function insert a new list item before the specified position and returns 1 on sucess and -1 on failure.
LKlist.h,
libLKlist.a
int LKInsertAfterInLsit(listptr, position, void *)
Richard Back, Don Pedersen and Chris ? Sorry Chris I don't remember you last name. My appology.