RTEMS Logo

RTEMS 4.10.2 On-Line Library


Chains Is Null Node ?

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.3: Is Null Node ?

CALLING SEQUENCE:

bool rtems_chain_is_null_node(
  const rtems_chain_node *the_node
);

RETURNS

Returns true is the node point is NULL and false if the node is not NULL.

DESCRIPTION:

Tests the node to see if it is a NULL returning true if a null.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation