RTEMS Logo

RTEMS 4.10.2 On-Line Library


Chains Is this Node the Chain Head ?

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.11: Is this Node the Chain Head ?

CALLING SEQUENCE:

bool rtems_chain_is_head(
  rtems_chain_control    *the_chain,
  rtems_const chain_node *the_node
);

RETURNS

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

DESCRIPTION:

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


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation