Rewind the stack to its starting position.
stk_rewind( Stack_Type stack )
Reset a stack pointer to point to the first element. A subsequent read using stk_read_next() will read the first item in the stack.
See the bugs page for the stackio library on the CIAO website for an up-to-date listing of known bugs.