RTEMS Logo

RTEMS 4.10.2 On-Line Library


Chains Are Two Nodes Equal ?

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.6: Are Two Nodes Equal ?

CALLING SEQUENCE:

bool rtems_chain_are_nodes_equal(
  const rtems_chain_node *left,
  const rtems_chain_node *right
);

RETURNS

This function returns true if the left node and the right node are equal, and false otherwise.

DESCRIPTION:

This function returns true if the left node and the right node are equal, and false otherwise.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation