IS_LASTCEL
Determines whether a cel is the last in a list.
Synopsis
Boolean IS_LASTCEL (CCB *ccb)
Description
This macro evaluates to TRUE if no cels are linked to ccb, or FALSE if other cels are linked to ccb.
This macro evaluates its argument more than once; be careful of side effects. It is usable in expression context.
Arguments
- ccb
- Pointer to a cel.
Return Value
TRUE if no cels are linked to this one; FALSE if cels are linked to this one.
Implementation
Library call implemented in lib3do.lib.
Associated Files
lib3do.lib, celutils.h
See Also
LastCelInList