RTEMS Logo

RTEMS 4.10.2 On-Line Library


Chains Tail

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.5: Tail

CALLING SEQUENCE:

rtems_chain_node *rtems_chain_tail(
  rtems_chain_control *the_chain
);

RETURNS

Returns the permanent tail node of the chain.

DESCRIPTION:

This function returns a pointer to the last node on the chain.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation