Skip to content

NewListType

snayaksnayak edited this page May 14, 2013 · 1 revision

NAME

NewListType - prepare a new list structure with type, for use

SYNOPSIS

NewListType(list, type);
VOID NewListType(struct List *, UINT8 type);

FUNCTION

Prepare a List header structure with type, for use;
the list will be empty and ready to use.

INPUTS

list - pointer to a valid List structure.
type - list type

SEE ALSO

[[NewList]]
Clone this wiki locally