NAME

LKPutInList - Replaces the list item at the specified position in the list.

SYNOPSIS

void LKPutInList(listptr, position, void *)

DESCRIPTION

This function replaces the list item at the specified position in the linked list with the new data provided.

FILES

LKlist.h,
libLKlist.a

SEE ALSO

int LKInsertBeforeInList(listptr, position, void *)
int LKInsertAfterInList(listptr, position, void *)

AUTHORS

Richard Back, Don Pedersen and Chris ? Sorry Chris I don't remember you last name. My appology.

Bug reports: LKlist Project

OCE 11 Dec 1996