1: /* $Header$ */
   2: 
   3: /*
   4:  * Author: Peter J. Nicklin
   5:  */
   6: 
   7: /*
   8:  * slrewind() resets the current key pointer to the first key in list
   9:  * slist.
  10:  */
  11: #include "slist.h"
  12: 
  13: void
  14: slrewind(slist)
  15:     SLIST *slist;           /* pointer to list head block */
  16: {
  17:     slist->curblk = slist->head;
  18: }

Defined functions

slrewind defined in line 13; never used
Last modified: 1985-07-03
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 386
Valid CSS Valid XHTML 1.0 Strict