RTEMS Logo

RTEMS 4.10.2 On-Line Library


Chains Initialize Empty

PREV UP NEXT Bookshelf RTEMS C User's Guide

28.4.2: Initialize Empty

CALLING SEQUENCE:

void rtems_chain_initialize_empty(
  rtems_chain_control *the_chain
);

RETURNS

Returns nothing.

DESCRIPTION:

This function take in a pointer to a chain control and initializes it to empty.

NOTES:

This call will discard any nodes on the chain.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation