RTEMS Logo

RTEMS 4.10.2 On-Line Library


Chains Is the Chain Empty

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.7: Is the Chain Empty

CALLING SEQUENCE:

bool rtems_chain_is_empty(
  rtems_chain_control *the_chain
);

RETURNS

This function returns true if there a no nodes on the chain and false otherwise.

DESCRIPTION:

This function returns true if there a no nodes on the chain and false otherwise.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation