bool rtems_chain_are_nodes_equal( const rtems_chain_node *left, const rtems_chain_node *right );
This function returns true
if the left node and the right node are
equal, and false
otherwise.
This function returns true
if the left node and the right node are
equal, and false
otherwise.
Copyright © 1988-2008 OAR Corporation