NAME

LKCreateList - Initializes a new listptr.

SYNOPSIS

int LKCreateList(listptr *, position)

DESCRIPTION

This function initializes a new list. The listptr * argument is the address of the users listptr. The position argument is the data size of the object that will be stored in the list. The data object can be anything, a specific data type: int, double, etc; a pointer or even a structure. The function return 1 on success and -1 on failure.

FILES

LKlist.h,
libLKlist.a

SEE ALSO

void LKZapList(listptr)

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