NAME

LKInsertAfterInList - Inserts a new list item into the linked list after the specified position.

SYNOPSIS

int LKInsertAfterInList(listptr, position, void *)

DESCRIPTION

This function insert a new list item after the specified position and returns 1 on success and -1 on failure.

FILES

LKlist.h,
libLKlist.a

SEE ALSO

int LKInsertBeforeInLsit(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