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