NAME

LKInsertBeforeInList - Inserts a new list item into the linked list before the specified position.

SYNOPSIS

int LKInsertBeforeInList(listptr, position, void *)

DESCRIPTION

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

FILES

LKlist.h,
libLKlist.a

SEE ALSO

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