void rtems_chain_initialize_empty( rtems_chain_control *the_chain );
Returns nothing.
This function take in a pointer to a chain control and initializes it to empty.
This call will discard any nodes on the chain.
Copyright © 1988-2008 OAR Corporation