RTEMS Logo

RTEMS 4.10.2 On-Line Library


Chains Is this Node the Chain Tail ?

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.12: Is this Node the Chain Tail ?

CALLING SEQUENCE:

bool rtems_chain_is_tail(
  rtems_chain_control    *the_chain,
  const rtems_chain_node *the_node
)

RETURNS

This function returns true if the node is the tail of the chain and false otherwise.

DESCRIPTION:

This function returns true if the node is the tail of the chain and false otherwise.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation