LastCelInList

Finds the last cel in a list.

Synopsis

CCB * LastCelInList (CCB *list)

Description

Returns a pointer to the last cel in a list of one or more cels.

Arguments

list
Pointer to a list of cels; may be NULL.

Return Value

Pointer to the last cel in the list, or NULL if the list pointer is NULL.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

IS_LASTCEL