RTEMS Logo

RTEMS 4.10.2 On-Line Library


Chains Is this the Last Node on the Chain ?

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.9: Is this the Last Node on the Chain ?

CALLING SEQUENCE:

bool rtems_chain_is_last(
  const rtems_chain_node *the_node
);

RETURNS

This function returns true if the node is the last node on a chain and false otherwise.

DESCRIPTION:

This function returns true if the node is the last node on a chain and false otherwise.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation